Html Css Color HEX #B00A3C Cardinal

📋 copy color: '#B00A3C'

red 176 ◦ green 10 ◦ blue 60

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

Shades of Cardinal #B00A3C

Tints of Cardinal #B00A3C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.07%

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

R = 71.54%
G = 4.07%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B00A3C (or 0xB00A3C) is known color: Cardinal. HEX triplet: B0, 0A and 3C. RGB value is (176,10,60). Sum of RGB (Red+Green+Blue) = 176+10+60=246 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.54% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 176 - color contains mainly: red. Hex color #B00A3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00A3C is #4FF5C3. Grayscale: #414141. Windows color (decimal): -5240260 or 3934896. OLE color: 3934896.

HSL color Cylindrical-coordinate representation of color #B00A3C: hue angle of 341.93º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00A3C is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 10 60 -
CMYK 0 0.94 0.66 0.31
HSL 341.93º 0.89% 0.36% -
HSV(B) 341.93º 0.94% 0.69% -
XYZ 18.83 9.77 5.17 -
YUV 65.33 125 206.93 -
System Red Green Blue C M Y K H S L
Decimal 176 10 60 0 0.94 0.66 0.31 341.93 0.89 0.36
Hex B0 A 3C 0 5E 42 1F 156 59 24
Octal 260 12 74 0 136 102 37 526 131 44
Binary 10110000 1010 111100 0 1011110 1000010 11111 101010110 1011001 100100

Color Harmonies of #B00A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00A3C

Black with #B00A3C

Text Example


Text Example

White with #B00A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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