#B4202A

Color #B4202A Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B4202A

Tints of Cardinal #B4202A

Color information

#B4202A (or 0xB4202A) is unknown color: approx Cardinal. HEX triplet: B4, 20 and 2A. RGB value is (180,32,42). Sum of RGB (Red+Green+Blue) = 180+32+42=254 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.87% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 180 - color contains mainly: red. Hex color #B4202A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4202A is #4BDFD5. Grayscale: #4D4D4D. Windows color (decimal): -4972502 or 2760884. OLE color: 2760884.

HSL color Cylindrical-coordinate representation of color #B4202A: hue angle of 355.95º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B4202A is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB1803242-
CMYK00.820.770.29
HSL355.95º69.81%41.57%-
HSV(B)355.95º82.22%70.59%-
XYZ19.7610.93.25-
YUV77.39108.03201.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 70.87%
GREEN value IS 32 (12.89% from 255) = 12.60%
BLUE value IS 42 (16.80% from 255) = 16.54%
R=70.87%
G=12.60%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180324200.820.770.29355.9569.8141.57
HexB4202A0524D1D164462a
Octal264405201221153554410652
Binary10110100100000101010010100101001101111011011001001000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4202A; }

 p { color: rgb(180,32,42); }

 H1.HeaderClassName
 {
   color: #B4202A;
 }
 .AnyTagClassName
 {
   color: #B4202A;
 }
</style>
background-color css

<style>
 a { background-color: #B4202A; }

 a { background-color: rgb(180,32,42); }

 div.DivClassName
 {
   background-color: #B4202A;
 }
 .BgClassName
 {
   background-color: #B4202A;
 }
</style>
border-color css

<style>
 span { border-color: #B4202A; }

 span { border-color: rgb(180,32,42); }

 td.TdClassName
 {
   border-color: #B4202A;
 }
 .TagClassName
 {
   border-color: #B4202A;
 }
</style>