#B6062D

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

Shades of Cardinal #B6062D

Tints of Cardinal #B6062D

Color information

#B6062D (or 0xB6062D) is unknown color: approx Cardinal. HEX triplet: B6, 06 and 2D. RGB value is (182,6,45). Sum of RGB (Red+Green+Blue) = 182+6+45=233 (30% of max value = 765). Red value is 182 (71.48% from 255 or 78.11% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 182 - color contains mainly: red. Hex color #B6062D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6062D is #49F9D2. Grayscale: #3F3F3F. Windows color (decimal): -4848083 or 2950838. OLE color: 2950838.

HSL color Cylindrical-coordinate representation of color #B6062D: hue angle of 346.7º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B6062D is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB182645-
CMYK00.970.750.29
HSL346.7º93.62%36.86%-
HSV(B)346.7º96.7%71.37%-
XYZ19.8310.263.42-
YUV63.07117.81212.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 78.11%
GREEN value IS 6 (2.73% from 255) = 2.58%
BLUE value IS 45 (17.97% from 255) = 19.31%
R=78.11%
G=2.58%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18264500.970.750.29346.793.6236.86
HexB662D0614B1D15b5e25
Octal26665501411133553313645
Binary10110110110101101011000011001011111011010110111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6062D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6062D; }

 p { color: rgb(182,6,45); }

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

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

 a { background-color: rgb(182,6,45); }

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

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

 span { border-color: rgb(182,6,45); }

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