Html Css Color HEX #B62237 Cardinal

📋 copy color: '#B62237'

red 182 ◦ green 34 ◦ blue 55

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

Shades of Cardinal #B62237

Tints of Cardinal #B62237

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.55%

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

R = 67.16%
G = 12.55%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B62237 (or 0xB62237) is known color: Cardinal. HEX triplet: B6, 22 and 37. RGB value is (182,34,55). Sum of RGB (Red+Green+Blue) = 182+34+55=271 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.16% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 55 (21.88% from 255 or 20.30% from 271); Max value from RGB is 182 - color contains mainly: red. Hex color #B62237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62237 is #49DDC8. Grayscale: #505050. Windows color (decimal): -4840905 or 3613366. OLE color: 3613366.

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

Color convert

RGB 182 34 55 -
CMYK 0 0.81 0.70 0.29
HSL 351.49º 0.69% 0.42% -
HSV(B) 351.49º 0.81% 0.71% -
XYZ 20.55 11.36 4.72 -
YUV 80.65 113.53 200.29 -
System Red Green Blue C M Y K H S L
Decimal 182 34 55 0 0.81 0.70 0.29 351.49 0.69 0.42
Hex B6 22 37 0 51 46 1D 15F 45 2A
Octal 266 42 67 0 121 106 35 537 105 52
Binary 10110110 100010 110111 0 1010001 1000110 11101 101011111 1000101 101010

Color Harmonies of #B62237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62237

Black with #B62237

Text Example


Text Example

White with #B62237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62237; }

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

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

background-color css

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

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

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

border-color css

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

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

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