Html Css Color HEX #B60837 Cardinal

📋 copy color: '#B60837'

red 182 ◦ green 8 ◦ blue 55

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

Shades of Cardinal #B60837

Tints of Cardinal #B60837

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 22.45%

R = 74.29%
G = 3.27%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B60837 (or 0xB60837) is known color: Cardinal. HEX triplet: B6, 08 and 37. RGB value is (182,8,55). Sum of RGB (Red+Green+Blue) = 182+8+55=245 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.29% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 55 (21.88% from 255 or 22.45% from 245); Max value from RGB is 182 - color contains mainly: red. Hex color #B60837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60837 is #49F7C8. Grayscale: #414141. Windows color (decimal): -4847561 or 3606710. OLE color: 3606710.

HSL color Cylindrical-coordinate representation of color #B60837: hue angle of 343.79º 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 #B60837 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 8 55 -
CMYK 0 0.96 0.70 0.29
HSL 343.79º 0.92% 0.37% -
HSV(B) 343.79º 0.96% 0.71% -
XYZ 20.07 10.39 4.56 -
YUV 65.38 122.15 211.18 -
System Red Green Blue C M Y K H S L
Decimal 182 8 55 0 0.96 0.70 0.29 343.79 0.92 0.37
Hex B6 8 37 0 60 46 1D 158 5C 25
Octal 266 10 67 0 140 106 35 530 134 45
Binary 10110110 1000 110111 0 1100000 1000110 11101 101011000 1011100 100101

Color Harmonies of #B60837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60837

Black with #B60837

Text Example


Text Example

White with #B60837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60837; }

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

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

background-color css

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

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

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

border-color css

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

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

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