Html Css Color HEX #B20439 Cardinal

📋 copy color: '#B20439'

red 178 ◦ green 4 ◦ blue 57

#B20439
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #B20439

Tints of Cardinal #B20439

RGB

 RED value IS 178 (69.92% from 255) = 74.48%

 GREEN value IS 4 (1.95% from 255) = 1.67%

 BLUE value IS 57 (22.66% from 255) = 23.85%

R = 74.48%
G = 1.67%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B20439 (or 0xB20439) is known color: Cardinal. HEX triplet: B2, 04 and 39. RGB value is (178,4,57). Sum of RGB (Red+Green+Blue) = 178+4+57=239 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.48% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 178 - color contains mainly: red. Hex color #B20439 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20439 is #4DFBC6. Grayscale: #3E3E3E. Windows color (decimal): -5110727 or 3736754. OLE color: 3736754.

HSL color Cylindrical-coordinate representation of color #B20439: hue angle of 341.72º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B20439 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 4 57 -
CMYK 0 0.98 0.68 0.30
HSL 341.72º 0.96% 0.36% -
HSV(B) 341.72º 0.98% 0.7% -
XYZ 19.14 9.85 4.76 -
YUV 62.07 125.15 210.69 -
System Red Green Blue C M Y K H S L
Decimal 178 4 57 0 0.98 0.68 0.30 341.72 0.96 0.36
Hex B2 4 39 0 62 44 1E 156 60 24
Octal 262 4 71 0 142 104 36 526 140 44
Binary 10110010 100 111001 0 1100010 1000100 11110 101010110 1100000 100100

Color Harmonies of #B20439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20439

Black with #B20439

Text Example


Text Example

White with #B20439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20439; }

 p { color: rgb(178,4,57); }

 H1.HeaderClassName
 {
   color: #B20439;
 }
 .AnyTagClassName
 {
   color: #B20439;
 }
</style>

background-color css

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

 a { background-color: rgb(178,4,57); }

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

border-color css

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

 span { border-color: rgb(178,4,57); }

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