#B6272C

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

Shades of Cardinal #B6272C

Tints of Cardinal #B6272C

Color information

#B6272C (or 0xB6272C) is unknown color: approx Cardinal. HEX triplet: B6, 27 and 2C. RGB value is (182,39,44). Sum of RGB (Red+Green+Blue) = 182+39+44=265 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.68% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 182 - color contains mainly: red. Hex color #B6272C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6272C is #49D8D3. Grayscale: #525252. Windows color (decimal): -4839636 or 2893750. OLE color: 2893750.

HSL color Cylindrical-coordinate representation of color #B6272C: hue angle of 357.9º 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 #B6272C is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB1823944-
CMYK00.790.760.29
HSL357.9º64.71%43.33%-
HSV(B)357.9º78.57%71.37%-
XYZ20.4711.583.54-
YUV82.33106.38199.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 68.68%
GREEN value IS 39 (15.62% from 255) = 14.72%
BLUE value IS 44 (17.58% from 255) = 16.60%
R=68.68%
G=14.72%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182394400.790.760.29357.964.7143.33
HexB6272C04F4C1D166412b
Octal266475401171143554610153
Binary10110110100111101100010011111001100111011011001101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6272C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6272C; }

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

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

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

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

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

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

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

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