#B3242E

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

Shades of Cardinal #B3242E

Tints of Cardinal #B3242E

Color information

#B3242E (or 0xB3242E) is unknown color: approx Cardinal. HEX triplet: B3, 24 and 2E. RGB value is (179,36,46). Sum of RGB (Red+Green+Blue) = 179+36+46=261 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.58% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 179 - color contains mainly: red. Hex color #B3242E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3242E is #4CDBD1. Grayscale: #505050. Windows color (decimal): -5037010 or 3024051. OLE color: 3024051.

HSL color Cylindrical-coordinate representation of color #B3242E: hue angle of 355.8º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B3242E is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB1793646-
CMYK00.800.740.30
HSL355.8º66.51%42.16%-
HSV(B)355.8º79.89%70.2%-
XYZ19.7111.043.68-
YUV79.9108.88198.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 68.58%
GREEN value IS 36 (14.45% from 255) = 13.79%
BLUE value IS 46 (18.36% from 255) = 17.62%
R=68.58%
G=13.79%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179364600.800.740.30355.866.5142.16
HexB3242E0504A1E164432a
Octal263445601201123654410352
Binary10110011100100101110010100001001010111101011001001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3242E; }

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

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

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

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

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

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

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

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