Html Css Color HEX #B60B33 Cardinal

📋 copy color: '#B60B33'

red 182 ◦ green 11 ◦ blue 51

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

Shades of Cardinal #B60B33

Tints of Cardinal #B60B33

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.51%

 BLUE value IS 51 (20.31% from 255) = 20.9%

R = 74.59%
G = 4.51%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B60B33 (or 0xB60B33) is known color: Cardinal. HEX triplet: B6, 0B and 33. RGB value is (182,11,51). Sum of RGB (Red+Green+Blue) = 182+11+51=244 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.59% from 244); Green value is 11 (4.69% from 255 or 4.51% from 244); Blue value is 51 (20.31% from 255 or 20.90% from 244); Max value from RGB is 182 - color contains mainly: red. Hex color #B60B33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60B33 is #49F4CC. Grayscale: #424242. Windows color (decimal): -4846797 or 3345334. OLE color: 3345334.

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

Color convert

RGB 182 11 51 -
CMYK 0 0.94 0.72 0.29
HSL 345.96º 0.89% 0.38% -
HSV(B) 345.96º 0.94% 0.71% -
XYZ 20.01 10.42 4.09 -
YUV 66.69 119.15 210.25 -
System Red Green Blue C M Y K H S L
Decimal 182 11 51 0 0.94 0.72 0.29 345.96 0.89 0.38
Hex B6 B 33 0 5E 48 1D 15A 59 26
Octal 266 13 63 0 136 110 35 532 131 46
Binary 10110110 1011 110011 0 1011110 1001000 11101 101011010 1011001 100110

Color Harmonies of #B60B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60B33

Black with #B60B33

Text Example


Text Example

White with #B60B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60B33; }

 p { color: rgb(182,11,51); }

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

background-color css

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

 a { background-color: rgb(182,11,51); }

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

border-color css

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

 span { border-color: rgb(182,11,51); }

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