#B3133C

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

Shades of Cardinal #B3133C

Tints of Cardinal #B3133C

Color information

#B3133C (or 0xB3133C) is unknown color: approx Cardinal. HEX triplet: B3, 13 and 3C. RGB value is (179,19,60). Sum of RGB (Red+Green+Blue) = 179+19+60=258 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.38% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 179 - color contains mainly: red. Hex color #B3133C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3133C is #4CECC3. Grayscale: #474747. Windows color (decimal): -5041348 or 3937203. OLE color: 3937203.

HSL color Cylindrical-coordinate representation of color #B3133C: hue angle of 344.62º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B3133C is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB1791960-
CMYK00.890.660.30
HSL344.62º80.81%38.82%-
HSV(B)344.62º89.39%70.2%-
XYZ19.6410.385.24-
YUV71.51121.51204.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 69.38%
GREEN value IS 19 (7.81% from 255) = 7.36%
BLUE value IS 60 (23.83% from 255) = 23.26%
R=69.38%
G=7.36%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179196000.890.660.30344.6280.8138.82
HexB3133C059421E1595127
Octal263237401311023653112147
Binary1011001110011111100010110011000010111101010110011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3133C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3133C; }

 p { color: rgb(179,19,60); }

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

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

 a { background-color: rgb(179,19,60); }

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

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

 span { border-color: rgb(179,19,60); }

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