Html Css Color HEX #B00C3C Cardinal

📋 copy color: '#B00C3C'

red 176 ◦ green 12 ◦ blue 60

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

Shades of Cardinal #B00C3C

Tints of Cardinal #B00C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.19%

R = 70.97%
G = 4.84%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B00C3C (or 0xB00C3C) is known color: Cardinal. HEX triplet: B0, 0C and 3C. RGB value is (176,12,60). Sum of RGB (Red+Green+Blue) = 176+12+60=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00C3C is #4FF3C3. Grayscale: #424242. Windows color (decimal): -5239748 or 3935408. OLE color: 3935408.

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

Color convert

RGB 176 12 60 -
CMYK 0 0.93 0.66 0.31
HSL 342.44º 0.87% 0.37% -
HSV(B) 342.44º 0.93% 0.69% -
XYZ 18.85 9.82 5.18 -
YUV 66.51 124.33 206.1 -
System Red Green Blue C M Y K H S L
Decimal 176 12 60 0 0.93 0.66 0.31 342.44 0.87 0.37
Hex B0 C 3C 0 5D 42 1F 156 57 25
Octal 260 14 74 0 135 102 37 526 127 45
Binary 10110000 1100 111100 0 1011101 1000010 11111 101010110 1010111 100101

Color Harmonies of #B00C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00C3C

Black with #B00C3C

Text Example


Text Example

White with #B00C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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