#B6082C

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

Shades of Cardinal #B6082C

Tints of Cardinal #B6082C

Color information

#B6082C (or 0xB6082C) is unknown color: approx Cardinal. HEX triplet: B6, 08 and 2C. RGB value is (182,8,44). Sum of RGB (Red+Green+Blue) = 182+8+44=234 (30% of max value = 765). Red value is 182 (71.48% from 255 or 77.78% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 182 - color contains mainly: red. Hex color #B6082C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6082C is #49F7D3. Grayscale: #404040. Windows color (decimal): -4847572 or 2885814. OLE color: 2885814.

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

Color convert

RGB182844-
CMYK00.960.760.29
HSL347.59º91.58%37.25%-
HSV(B)347.59º95.6%71.37%-
XYZ19.8310.33.33-
YUV64.13116.65212.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 77.78%
GREEN value IS 8 (3.52% from 255) = 3.42%
BLUE value IS 44 (17.58% from 255) = 18.80%
R=77.78%
G=3.42%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18284400.960.760.29347.5991.5837.25
HexB682C0604C1D15c5c25
Octal266105401401143553413445
Binary101101101000101100011000001001100111011010111001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6082C; }

 p { color: rgb(182,8,44); }

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

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

 a { background-color: rgb(182,8,44); }

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

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

 span { border-color: rgb(182,8,44); }

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