Html Css Color HEX #B60A31 Cardinal

📋 copy color: '#B60A31'

red 182 ◦ green 10 ◦ blue 49

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

Shades of Cardinal #B60A31

Tints of Cardinal #B60A31

RGB

 RED value IS 182 (71.48% from 255) = 75.52%

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

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

R = 75.52%
G = 4.15%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B60A31 (or 0xB60A31) is known color: Cardinal. HEX triplet: B6, 0A and 31. RGB value is (182,10,49). Sum of RGB (Red+Green+Blue) = 182+10+49=241 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.52% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 182 - color contains mainly: red. Hex color #B60A31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60A31 is #49F5CE. Grayscale: #414141. Windows color (decimal): -4847055 or 3214006. OLE color: 3214006.

HSL color Cylindrical-coordinate representation of color #B60A31: hue angle of 346.4º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B60A31 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 10 49 -
CMYK 0 0.95 0.73 0.29
HSL 346.4º 0.9% 0.38% -
HSV(B) 346.4º 0.95% 0.71% -
XYZ 19.95 10.38 3.86 -
YUV 65.87 118.48 210.83 -
System Red Green Blue C M Y K H S L
Decimal 182 10 49 0 0.95 0.73 0.29 346.4 0.9 0.38
Hex B6 A 31 0 5F 49 1D 15A 5A 26
Octal 266 12 61 0 137 111 35 532 132 46
Binary 10110110 1010 110001 0 1011111 1001001 11101 101011010 1011010 100110

Color Harmonies of #B60A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60A31

Black with #B60A31

Text Example


Text Example

White with #B60A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60A31; }

 p { color: rgb(182,10,49); }

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

background-color css

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

 a { background-color: rgb(182,10,49); }

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

border-color css

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

 span { border-color: rgb(182,10,49); }

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