#B3183D

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

Shades of Cardinal #B3183D

Tints of Cardinal #B3183D

Color information

#B3183D (or 0xB3183D) is unknown color: approx Cardinal. HEX triplet: B3, 18 and 3D. RGB value is (179,24,61). Sum of RGB (Red+Green+Blue) = 179+24+61=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B3183D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3183D is #4CE7C2. Grayscale: #4A4A4A. Windows color (decimal): -5040067 or 4004019. OLE color: 4004019.

HSL color Cylindrical-coordinate representation of color #B3183D: hue angle of 345.68º 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 #B3183D is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB1792461-
CMYK00.870.660.30
HSL345.68º76.35%39.8%-
HSV(B)345.68º86.59%70.2%-
XYZ19.7610.575.41-
YUV74.56120.35202.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 67.80%
GREEN value IS 24 (9.77% from 255) = 9.09%
BLUE value IS 61 (24.22% from 255) = 23.11%
R=67.80%
G=9.09%
B=23.11%

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
Decimal179246100.870.660.30345.6876.3539.8
HexB3183D057421E15a4c28
Octal263307501271023653211450
Binary1011001111000111101010101111000010111101010110101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3183D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3183D; }

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

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

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

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

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

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

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

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