#B3013B

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

Shades of Cardinal #B3013B

Tints of Cardinal #B3013B

Color information

#B3013B (or 0xB3013B) is unknown color: approx Cardinal. HEX triplet: B3, 01 and 3B. RGB value is (179,1,59). Sum of RGB (Red+Green+Blue) = 179+1+59=239 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.90% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 179 - color contains mainly: red. Hex color #B3013B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3013B is #4CFEC4. Grayscale: #3C3C3C. Windows color (decimal): -5045957 or 3867059. OLE color: 3867059.

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

Color convert

RGB179159-
CMYK00.990.670.30
HSL340.45º98.89%35.29%-
HSV(B)340.45º99.44%70.2%-
XYZ19.399.925.03-
YUV60.83126.97212.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 74.90%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 59 (23.44% from 255) = 24.69%
R=74.90%
G=0.42%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915900.990.670.30340.4598.8935.29
HexB313B063431E1546323
Octal26317301431033652414343
Binary101100111111011011000111000011111101010101001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3013B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3013B; }

 p { color: rgb(179,1,59); }

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

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

 a { background-color: rgb(179,1,59); }

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

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

 span { border-color: rgb(179,1,59); }

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