#B3183C

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

Shades of Cardinal #B3183C

Tints of Cardinal #B3183C

Color information

#B3183C (or 0xB3183C) is unknown color: approx Cardinal. HEX triplet: B3, 18 and 3C. RGB value is (179,24,60). Sum of RGB (Red+Green+Blue) = 179+24+60=263 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.06% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 179 - color contains mainly: red. Hex color #B3183C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3183C is #4CE7C3. Grayscale: #4A4A4A. Windows color (decimal): -5040068 or 3938483. OLE color: 3938483.

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

Color convert

RGB1792460-
CMYK00.870.660.30
HSL346.06º76.35%39.8%-
HSV(B)346.06º86.59%70.2%-
XYZ19.7310.565.27-
YUV74.45119.85202.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 68.06%
GREEN value IS 24 (9.77% from 255) = 9.13%
BLUE value IS 60 (23.83% from 255) = 22.81%
R=68.06%
G=9.13%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179246000.870.660.30346.0676.3539.8
HexB3183C057421E15a4c28
Octal263307401271023653211450
Binary1011001111000111100010101111000010111101010110101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3183C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3183C; }

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

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

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

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

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

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

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

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