#B3133A

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

Shades of Cardinal #B3133A

Tints of Cardinal #B3133A

Color information

#B3133A (or 0xB3133A) is unknown color: approx Cardinal. HEX triplet: B3, 13 and 3A. RGB value is (179,19,58). Sum of RGB (Red+Green+Blue) = 179+19+58=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B3133A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3133A is #4CECC5. Grayscale: #474747. Windows color (decimal): -5041350 or 3806131. OLE color: 3806131.

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

Color convert

RGB1791958-
CMYK00.890.680.30
HSL345.38º80.81%38.82%-
HSV(B)345.38º89.39%70.2%-
XYZ19.5910.354.97-
YUV71.29120.51204.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 69.92%
GREEN value IS 19 (7.81% from 255) = 7.42%
BLUE value IS 58 (23.05% from 255) = 22.66%
R=69.92%
G=7.42%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179195800.890.680.30345.3880.8138.82
HexB3133A059441E1595127
Octal263237201311043653112147
Binary1011001110011111010010110011000100111101010110011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3133A; }

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

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

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

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

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

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

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

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