#B7242E

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

Shades of Cardinal #B7242E

Tints of Cardinal #B7242E

Color information

#B7242E (or 0xB7242E) is unknown color: approx Cardinal. HEX triplet: B7, 24 and 2E. RGB value is (183,36,46). Sum of RGB (Red+Green+Blue) = 183+36+46=265 (35% of max value = 765). Red value is 183 (71.88% from 255 or 69.06% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 183 - color contains mainly: red. Hex color #B7242E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7242E is #48DBD1. Grayscale: #515151. Windows color (decimal): -4774866 or 3024055. OLE color: 3024055.

HSL color Cylindrical-coordinate representation of color #B7242E: hue angle of 355.92º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B7242E is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB1833646-
CMYK00.800.750.28
HSL355.92º67.12%42.94%-
HSV(B)355.92º80.33%71.76%-
XYZ20.6511.533.72-
YUV81.09108.2200.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 69.06%
GREEN value IS 36 (14.45% from 255) = 13.58%
BLUE value IS 46 (18.36% from 255) = 17.36%
R=69.06%
G=13.58%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183364600.800.750.28355.9267.1242.94
HexB7242E0504B1C164432b
Octal267445601201133454410353
Binary10110111100100101110010100001001011111001011001001000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7242E; }

 p { color: rgb(183,36,46); }

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

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

 a { background-color: rgb(183,36,46); }

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

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

 span { border-color: rgb(183,36,46); }

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