Html Css Color HEX #B60833 Cardinal

📋 copy color: '#B60833'

red 182 ◦ green 8 ◦ blue 51

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

Shades of Cardinal #B60833

Tints of Cardinal #B60833

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.32%

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

R = 75.52%
G = 3.32%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B60833 (or 0xB60833) is known color: Cardinal. HEX triplet: B6, 08 and 33. RGB value is (182,8,51). Sum of RGB (Red+Green+Blue) = 182+8+51=241 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.52% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 51 (20.31% from 255 or 21.16% from 241); Max value from RGB is 182 - color contains mainly: red. Hex color #B60833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60833 is #49F7CC. Grayscale: #404040. Windows color (decimal): -4847565 or 3344566. OLE color: 3344566.

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

Color convert

RGB 182 8 51 -
CMYK 0 0.96 0.72 0.29
HSL 345.17º 0.92% 0.37% -
HSV(B) 345.17º 0.96% 0.71% -
XYZ 19.98 10.36 4.08 -
YUV 64.93 120.15 211.5 -
System Red Green Blue C M Y K H S L
Decimal 182 8 51 0 0.96 0.72 0.29 345.17 0.92 0.37
Hex B6 8 33 0 60 48 1D 159 5C 25
Octal 266 10 63 0 140 110 35 531 134 45
Binary 10110110 1000 110011 0 1100000 1001000 11101 101011001 1011100 100101

Color Harmonies of #B60833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60833

Black with #B60833

Text Example


Text Example

White with #B60833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60833; }

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

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

background-color css

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

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

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

border-color css

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

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

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