Html Css Color HEX #B62837 Cardinal

📋 copy color: '#B62837'

red 182 ◦ green 40 ◦ blue 55

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

Shades of Cardinal #B62837

Tints of Cardinal #B62837

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.44%

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

R = 65.7%
G = 14.44%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B62837 (or 0xB62837) is known color: Cardinal. HEX triplet: B6, 28 and 37. RGB value is (182,40,55). Sum of RGB (Red+Green+Blue) = 182+40+55=277 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.70% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 182 - color contains mainly: red. Hex color #B62837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62837 is #49D7C8. Grayscale: #545454. Windows color (decimal): -4839369 or 3614902. OLE color: 3614902.

HSL color Cylindrical-coordinate representation of color #B62837: hue angle of 353.66º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B62837 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 40 55 -
CMYK 0 0.78 0.70 0.29
HSL 353.66º 0.64% 0.44% -
HSV(B) 353.66º 0.78% 0.71% -
XYZ 20.74 11.74 4.79 -
YUV 84.17 111.54 197.78 -
System Red Green Blue C M Y K H S L
Decimal 182 40 55 0 0.78 0.70 0.29 353.66 0.64 0.44
Hex B6 28 37 0 4E 46 1D 162 40 2C
Octal 266 50 67 0 116 106 35 542 100 54
Binary 10110110 101000 110111 0 1001110 1000110 11101 101100010 1000000 101100

Color Harmonies of #B62837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62837

Black with #B62837

Text Example


Text Example

White with #B62837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62837; }

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

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

background-color css

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

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

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

border-color css

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

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

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