#B3193F

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

Shades of Cardinal #B3193F

Tints of Cardinal #B3193F

Color information

#B3193F (or 0xB3193F) is unknown color: approx Cardinal. HEX triplet: B3, 19 and 3F. RGB value is (179,25,63). Sum of RGB (Red+Green+Blue) = 179+25+63=267 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.04% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 179 - color contains mainly: red. Hex color #B3193F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3193F is #4CE6C0. Grayscale: #4B4B4B. Windows color (decimal): -5039809 or 4135347. OLE color: 4135347.

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

Color convert

RGB1792563-
CMYK00.860.650.30
HSL345.19º75.49%40%-
HSV(B)345.19º86.03%70.2%-
XYZ19.8410.645.71-
YUV75.38121.02201.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 67.04%
GREEN value IS 25 (10.16% from 255) = 9.36%
BLUE value IS 63 (25% from 255) = 23.60%
R=67.04%
G=9.36%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179256300.860.650.30345.1975.4940
HexB3193F056411E1594b28
Octal263317701261013653111350
Binary1011001111001111111010101101000001111101010110011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3193F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3193F; }

 p { color: rgb(179,25,63); }

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

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

 a { background-color: rgb(179,25,63); }

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

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

 span { border-color: rgb(179,25,63); }

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