#B62640

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

Shades of Cardinal #B62640

Tints of Cardinal #B62640

Color information

#B62640 (or 0xB62640) is unknown color: approx Cardinal. HEX triplet: B6, 26 and 40. RGB value is (182,38,64). Sum of RGB (Red+Green+Blue) = 182+38+64=284 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.08% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 182 - color contains mainly: red. Hex color #B62640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62640 is #49D9BF. Grayscale: #545454. Windows color (decimal): -4839872 or 4204214. OLE color: 4204214.

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

Color convert

RGB1823864-
CMYK00.790.650.29
HSL349.17º65.45%43.14%-
HSV(B)349.17º79.12%71.37%-
XYZ20.9111.76.01-
YUV84.02116.71197.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 64.08%
GREEN value IS 38 (15.23% from 255) = 13.38%
BLUE value IS 64 (25.39% from 255) = 22.54%
R=64.08%
G=13.38%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182386400.790.650.29349.1765.4543.14
HexB6264004F411D15d412b
Octal2664610001171013553510153
Binary101101101001101000000010011111000001111011010111011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62640; }

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

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

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

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

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

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

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

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