Html Css Color HEX #B00C32 Cardinal

📋 copy color: '#B00C32'

red 176 ◦ green 12 ◦ blue 50

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

Shades of Cardinal #B00C32

Tints of Cardinal #B00C32

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.04%

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

R = 73.95%
G = 5.04%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B00C32 (or 0xB00C32) is known color: Cardinal. HEX triplet: B0, 0C and 32. RGB value is (176,12,50). Sum of RGB (Red+Green+Blue) = 176+12+50=238 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.95% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 50 (19.92% from 255 or 21.01% from 238); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00C32 is #4FF3CD. Grayscale: #414141. Windows color (decimal): -5239758 or 3280048. OLE color: 3280048.

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

Color convert

RGB 176 12 50 -
CMYK 0 0.93 0.72 0.31
HSL 346.1º 0.87% 0.37% -
HSV(B) 346.1º 0.93% 0.69% -
XYZ 18.61 9.72 3.91 -
YUV 65.37 119.33 206.91 -
System Red Green Blue C M Y K H S L
Decimal 176 12 50 0 0.93 0.72 0.31 346.1 0.87 0.37
Hex B0 C 32 0 5D 48 1F 15A 57 25
Octal 260 14 62 0 135 110 37 532 127 45
Binary 10110000 1100 110010 0 1011101 1001000 11111 101011010 1010111 100101

Color Harmonies of #B00C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00C32

Black with #B00C32

Text Example


Text Example

White with #B00C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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