Html Css Color HEX #B00431 Cardinal

📋 copy color: '#B00431'

red 176 ◦ green 4 ◦ blue 49

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

Shades of Cardinal #B00431

Tints of Cardinal #B00431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 21.4%

R = 76.86%
G = 1.75%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B00431 (or 0xB00431) is known color: Cardinal. HEX triplet: B0, 04 and 31. RGB value is (176,4,49). Sum of RGB (Red+Green+Blue) = 176+4+49=229 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.86% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 176 - color contains mainly: red. Hex color #B00431 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00431 is #4FFBCE. Grayscale: #3C3C3C. Windows color (decimal): -5241807 or 3212464. OLE color: 3212464.

HSL color Cylindrical-coordinate representation of color #B00431: hue angle of 344.3º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B00431 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 4 49 -
CMYK 0 0.98 0.72 0.31
HSL 344.3º 0.96% 0.35% -
HSV(B) 344.3º 0.98% 0.69% -
XYZ 18.5 9.54 3.77 -
YUV 60.56 121.48 210.34 -
System Red Green Blue C M Y K H S L
Decimal 176 4 49 0 0.98 0.72 0.31 344.3 0.96 0.35
Hex B0 4 31 0 62 48 1F 158 60 23
Octal 260 4 61 0 142 110 37 530 140 43
Binary 10110000 100 110001 0 1100010 1001000 11111 101011000 1100000 100011

Color Harmonies of #B00431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00431

Black with #B00431

Text Example


Text Example

White with #B00431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00431; }

 p { color: rgb(176,4,49); }

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

background-color css

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

 a { background-color: rgb(176,4,49); }

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

border-color css

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

 span { border-color: rgb(176,4,49); }

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