#B3152A

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

Shades of Cardinal #B3152A

Tints of Cardinal #B3152A

Color information

#B3152A (or 0xB3152A) is unknown color: approx Cardinal. HEX triplet: B3, 15 and 2A. RGB value is (179,21,42). Sum of RGB (Red+Green+Blue) = 179+21+42=242 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.97% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 179 - color contains mainly: red. Hex color #B3152A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3152A is #4CEAD5. Grayscale: #464646. Windows color (decimal): -5040854 or 2758067. OLE color: 2758067.

HSL color Cylindrical-coordinate representation of color #B3152A: hue angle of 352.03º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B3152A is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB1792142-
CMYK00.880.770.30
HSL352.03º79%39.22%-
HSV(B)352.03º88.27%70.2%-
XYZ19.2810.293.16-
YUV70.64111.85205.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 73.97%
GREEN value IS 21 (8.59% from 255) = 8.68%
BLUE value IS 42 (16.80% from 255) = 17.36%
R=73.97%
G=8.68%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179214200.880.770.30352.037939.22
HexB3152A0584D1E1604f27
Octal263255201301153654011747
Binary1011001110101101010010110001001101111101011000001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3152A; }

 p { color: rgb(179,21,42); }

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

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

 a { background-color: rgb(179,21,42); }

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

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

 span { border-color: rgb(179,21,42); }

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