Html Css Color HEX #B62937 Cardinal

📋 copy color: '#B62937'

red 182 ◦ green 41 ◦ blue 55

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

Shades of Cardinal #B62937

Tints of Cardinal #B62937

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.75%

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

R = 65.47%
G = 14.75%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B62937 (or 0xB62937) is known color: Cardinal. HEX triplet: B6, 29 and 37. RGB value is (182,41,55). Sum of RGB (Red+Green+Blue) = 182+41+55=278 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.47% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 182 - color contains mainly: red. Hex color #B62937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62937 is #49D6C8. Grayscale: #545454. Windows color (decimal): -4839113 or 3615158. OLE color: 3615158.

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

Color convert

RGB 182 41 55 -
CMYK 0 0.77 0.70 0.29
HSL 354.04º 0.63% 0.44% -
HSV(B) 354.04º 0.77% 0.71% -
XYZ 20.77 11.81 4.8 -
YUV 84.76 111.21 197.36 -
System Red Green Blue C M Y K H S L
Decimal 182 41 55 0 0.77 0.70 0.29 354.04 0.63 0.44
Hex B6 29 37 0 4D 46 1D 162 3F 2C
Octal 266 51 67 0 115 106 35 542 77 54
Binary 10110110 101001 110111 0 1001101 1000110 11101 101100010 111111 101100

Color Harmonies of #B62937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62937

Black with #B62937

Text Example


Text Example

White with #B62937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62937; }

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

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

background-color css

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

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

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

border-color css

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

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

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