#B62130

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

Shades of Cardinal #B62130

Tints of Cardinal #B62130

Color information

#B62130 (or 0xB62130) is unknown color: approx Cardinal. HEX triplet: B6, 21 and 30. RGB value is (182,33,48). Sum of RGB (Red+Green+Blue) = 182+33+48=263 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.20% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 182 - color contains mainly: red. Hex color #B62130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62130 is #49DECF. Grayscale: #4F4F4F. Windows color (decimal): -4841168 or 3154358. OLE color: 3154358.

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

Color convert

RGB1823348-
CMYK00.820.740.29
HSL353.96º69.3%42.16%-
HSV(B)353.96º81.87%71.37%-
XYZ20.3711.253.89-
YUV79.26110.36201.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 69.20%
GREEN value IS 33 (13.28% from 255) = 12.55%
BLUE value IS 48 (19.14% from 255) = 18.25%
R=69.20%
G=12.55%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182334800.820.740.29353.9669.342.16
HexB621300524A1D162452a
Octal266416001221123554210552
Binary10110110100001110000010100101001010111011011000101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62130; }

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

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

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

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

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

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

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

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