Html Css Color HEX #B62037 Cardinal

📋 copy color: '#B62037'

red 182 ◦ green 32 ◦ blue 55

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

Shades of Cardinal #B62037

Tints of Cardinal #B62037

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.9%

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

R = 67.66%
G = 11.9%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B62037 (or 0xB62037) is known color: Cardinal. HEX triplet: B6, 20 and 37. RGB value is (182,32,55). Sum of RGB (Red+Green+Blue) = 182+32+55=269 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.66% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 182 - color contains mainly: red. Hex color #B62037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62037 is #49DFC8. Grayscale: #4F4F4F. Windows color (decimal): -4841417 or 3612854. OLE color: 3612854.

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

Color convert

RGB 182 32 55 -
CMYK 0 0.82 0.70 0.29
HSL 350.8º 0.7% 0.42% -
HSV(B) 350.8º 0.82% 0.71% -
XYZ 20.5 11.25 4.71 -
YUV 79.47 114.2 201.13 -
System Red Green Blue C M Y K H S L
Decimal 182 32 55 0 0.82 0.70 0.29 350.8 0.7 0.42
Hex B6 20 37 0 52 46 1D 15F 46 2A
Octal 266 40 67 0 122 106 35 537 106 52
Binary 10110110 100000 110111 0 1010010 1000110 11101 101011111 1000110 101010

Color Harmonies of #B62037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62037

Black with #B62037

Text Example


Text Example

White with #B62037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62037; }

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

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

background-color css

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

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

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

border-color css

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

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

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