#B62131

Color #B62131 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B62131

Tints of Cardinal #B62131

Color information

#B62131 (or 0xB62131) is unknown color: approx Cardinal. HEX triplet: B6, 21 and 31. RGB value is (182,33,49). Sum of RGB (Red+Green+Blue) = 182+33+49=264 (34% of max value = 765). Red value is 182 (71.48% from 255 or 68.94% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 182 - color contains mainly: red. Hex color #B62131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62131 is #49DECE. Grayscale: #4F4F4F. Windows color (decimal): -4841167 or 3219894. OLE color: 3219894.

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

Color convert

RGB1823349-
CMYK00.820.730.29
HSL353.56º69.3%42.16%-
HSV(B)353.56º81.87%71.37%-
XYZ20.3911.254-
YUV79.38110.86201.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 68.94%
GREEN value IS 33 (13.28% from 255) = 12.5%
BLUE value IS 49 (19.53% from 255) = 18.56%
R=68.94%
G=12.5%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182334900.820.730.29353.5669.342.16
HexB62131052491D162452a
Octal266416101221113554210552
Binary10110110100001110001010100101001001111011011000101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62131; }

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

 H1.HeaderClassName
 {
   color: #B62131;
 }
 .AnyTagClassName
 {
   color: #B62131;
 }
</style>
background-color css

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

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

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

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

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

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