#B62540

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

Shades of Cardinal #B62540

Tints of Cardinal #B62540

Color information

#B62540 (or 0xB62540) is unknown color: approx Cardinal. HEX triplet: B6, 25 and 40. RGB value is (182,37,64). Sum of RGB (Red+Green+Blue) = 182+37+64=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B62540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62540 is #49DABF. Grayscale: #535353. Windows color (decimal): -4840128 or 4203958. OLE color: 4203958.

HSL color Cylindrical-coordinate representation of color #B62540: hue angle of 348.83º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B62540 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB1823764-
CMYK00.800.650.29
HSL348.83º66.21%42.94%-
HSV(B)348.83º79.67%71.37%-
XYZ20.8811.646-
YUV83.43117.04198.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 64.31%
GREEN value IS 37 (14.84% from 255) = 13.07%
BLUE value IS 64 (25.39% from 255) = 22.61%
R=64.31%
G=13.07%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182376400.800.650.29348.8366.2142.94
HexB62540050411D15d422b
Octal2664510001201013553510253
Binary101101101001011000000010100001000001111011010111011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62540; }

 p { color: rgb(182,37,64); }

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

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

 a { background-color: rgb(182,37,64); }

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

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

 span { border-color: rgb(182,37,64); }

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