Html Css Color HEX #B00432 Cardinal

📋 copy color: '#B00432'

red 176 ◦ green 4 ◦ blue 50

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

Shades of Cardinal #B00432

Tints of Cardinal #B00432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.74%

R = 76.52%
G = 1.74%
B = 21.74%

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

#B00432 (or 0xB00432) is known color: Cardinal. HEX triplet: B0, 04 and 32. RGB value is (176,4,50). Sum of RGB (Red+Green+Blue) = 176+4+50=230 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.52% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 176 - color contains mainly: red. Hex color #B00432 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00432 is #4FFBCD. Grayscale: #3C3C3C. Windows color (decimal): -5241806 or 3278000. OLE color: 3278000.

HSL color Cylindrical-coordinate representation of color #B00432: hue angle of 343.95º 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 #B00432 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 4 50 -
CMYK 0 0.98 0.72 0.31
HSL 343.95º 0.96% 0.35% -
HSV(B) 343.95º 0.98% 0.69% -
XYZ 18.52 9.55 3.88 -
YUV 60.67 121.98 210.26 -
System Red Green Blue C M Y K H S L
Decimal 176 4 50 0 0.98 0.72 0.31 343.95 0.96 0.35
Hex B0 4 32 0 62 48 1F 158 60 23
Octal 260 4 62 0 142 110 37 530 140 43
Binary 10110000 100 110010 0 1100010 1001000 11111 101011000 1100000 100011

Color Harmonies of #B00432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00432

Black with #B00432

Text Example


Text Example

White with #B00432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00432; }

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

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

background-color css

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

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

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

border-color css

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

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

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