Html Css Color HEX #B02139 Cardinal

📋 copy color: '#B02139'

red 176 ◦ green 33 ◦ blue 57

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

Shades of Cardinal #B02139

Tints of Cardinal #B02139

RGB

 RED value IS 176 (69.14% from 255) = 66.17%

 GREEN value IS 33 (13.28% from 255) = 12.41%

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

R = 66.17%
G = 12.41%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B02139 (or 0xB02139) is known color: Cardinal. HEX triplet: B0, 21 and 39. RGB value is (176,33,57). Sum of RGB (Red+Green+Blue) = 176+33+57=266 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.17% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 57 (22.66% from 255 or 21.43% from 266); Max value from RGB is 176 - color contains mainly: red. Hex color #B02139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02139 is #4FDEC6. Grayscale: #4E4E4E. Windows color (decimal): -5234375 or 3744176. OLE color: 3744176.

HSL color Cylindrical-coordinate representation of color #B02139: hue angle of 349.93º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B02139 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 33 57 -
CMYK 0 0.81 0.68 0.31
HSL 349.93º 0.68% 0.41% -
HSV(B) 349.93º 0.81% 0.69% -
XYZ 19.19 10.61 4.91 -
YUV 78.49 115.88 197.55 -
System Red Green Blue C M Y K H S L
Decimal 176 33 57 0 0.81 0.68 0.31 349.93 0.68 0.41
Hex B0 21 39 0 51 44 1F 15E 44 29
Octal 260 41 71 0 121 104 37 536 104 51
Binary 10110000 100001 111001 0 1010001 1000100 11111 101011110 1000100 101001

Color Harmonies of #B02139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02139

Black with #B02139

Text Example


Text Example

White with #B02139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02139; }

 p { color: rgb(176,33,57); }

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

background-color css

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

 a { background-color: rgb(176,33,57); }

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

border-color css

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

 span { border-color: rgb(176,33,57); }

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