Html Css Color HEX #B62031 Cardinal

📋 copy color: '#B62031'

red 182 ◦ green 32 ◦ blue 49

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

Shades of Cardinal #B62031

Tints of Cardinal #B62031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.63%

R = 69.2%
G = 12.17%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B62031 (or 0xB62031) is known color: Cardinal. HEX triplet: B6, 20 and 31. RGB value is (182,32,49). Sum of RGB (Red+Green+Blue) = 182+32+49=263 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.20% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 49 (19.53% from 255 or 18.63% from 263); Max value from RGB is 182 - color contains mainly: red. Hex color #B62031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62031 is #49DFCE. Grayscale: #4E4E4E. Windows color (decimal): -4841423 or 3219638. OLE color: 3219638.

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

Color convert

RGB 182 32 49 -
CMYK 0 0.82 0.73 0.29
HSL 353.2º 0.7% 0.42% -
HSV(B) 353.2º 0.82% 0.71% -
XYZ 20.36 11.2 3.99 -
YUV 78.79 111.2 201.62 -
System Red Green Blue C M Y K H S L
Decimal 182 32 49 0 0.82 0.73 0.29 353.2 0.7 0.42
Hex B6 20 31 0 52 49 1D 161 46 2A
Octal 266 40 61 0 122 111 35 541 106 52
Binary 10110110 100000 110001 0 1010010 1001001 11101 101100001 1000110 101010

Color Harmonies of #B62031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62031

Black with #B62031

Text Example


Text Example

White with #B62031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62031; }

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

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

background-color css

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

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

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

border-color css

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

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

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