#B3202C

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

Shades of Cardinal #B3202C

Tints of Cardinal #B3202C

Color information

#B3202C (or 0xB3202C) is unknown color: approx Cardinal. HEX triplet: B3, 20 and 2C. RGB value is (179,32,44). Sum of RGB (Red+Green+Blue) = 179+32+44=255 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.20% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 179 - color contains mainly: red. Hex color #B3202C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3202C is #4CDFD3. Grayscale: #4D4D4D. Windows color (decimal): -5038036 or 2891955. OLE color: 2891955.

HSL color Cylindrical-coordinate representation of color #B3202C: hue angle of 355.1º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B3202C is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB1793244-
CMYK00.820.750.30
HSL355.1º69.67%41.37%-
HSV(B)355.1º82.12%70.2%-
XYZ19.5610.83.44-
YUV77.32109.2200.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 70.20%
GREEN value IS 32 (12.89% from 255) = 12.55%
BLUE value IS 44 (17.58% from 255) = 17.25%
R=70.20%
G=12.55%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179324400.820.750.30355.169.6741.37
HexB3202C0524B1E1634629
Octal263405401221133654310651
Binary10110011100000101100010100101001011111101011000111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3202C; }

 p { color: rgb(179,32,44); }

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

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

 a { background-color: rgb(179,32,44); }

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

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

 span { border-color: rgb(179,32,44); }

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