#B6023E

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

Shades of Cardinal #B6023E

Tints of Cardinal #B6023E

Color information

#B6023E (or 0xB6023E) is unknown color: approx Cardinal. HEX triplet: B6, 02 and 3E. RGB value is (182,2,62). Sum of RGB (Red+Green+Blue) = 182+2+62=246 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.98% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 182 - color contains mainly: red. Hex color #B6023E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6023E is #49FDC1. Grayscale: #3E3E3E. Windows color (decimal): -4849090 or 4063926. OLE color: 4063926.

HSL color Cylindrical-coordinate representation of color #B6023E: hue angle of 340º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B6023E is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB182262-
CMYK00.990.660.29
HSL340º97.83%36.08%-
HSV(B)340º98.9%71.37%-
XYZ20.1810.345.49-
YUV62.66127.63213.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 73.98%
GREEN value IS 2 (1.17% from 255) = 0.81%
BLUE value IS 62 (24.61% from 255) = 25.20%
R=73.98%
G=0.81%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18226200.990.660.2934097.8336.08
HexB623E063421D1546224
Octal26627601431023552414244
Binary1011011010111110011000111000010111011010101001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6023E; }

 p { color: rgb(182,2,62); }

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

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

 a { background-color: rgb(182,2,62); }

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

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

 span { border-color: rgb(182,2,62); }

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