#b7192f

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

Shades of Cardinal #B7192F

Tints of Cardinal #B7192F

Color information

#B7192F (or 0xB7192F) is unknown color: approx Cardinal. HEX triplet: B7, 19 and 2F. RGB value is (183,25,47). Sum of RGB (Red+Green+Blue) = 183+25+47=255 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.76% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 183 - color contains mainly: red. Hex color #B7192F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7192F is #48E6D0. Grayscale: #4A4A4A. Windows color (decimal): -4777681 or 3086775. OLE color: 3086775.

HSL color Cylindrical-coordinate representation of color #B7192F: hue angle of 351.65º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7192F is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB1832547-
CMYK00.860.740.28
HSL351.65º75.96%40.78%-
HSV(B)351.65º86.34%71.76%-
XYZ20.3910.973.73-
YUV74.75112.35205.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 71.76%
GREEN value IS 25 (10.16% from 255) = 9.80%
BLUE value IS 47 (18.75% from 255) = 18.43%
R=71.76%
G=9.80%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183254700.860.740.28351.6575.9640.78
HexB7192F0564A1C1604c29
Octal267315701261123454011451
Binary1011011111001101111010101101001010111001011000001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7192f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7192f; }

 p { color: rgb(183,25,47); }

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

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

 a { background-color: rgb(183,25,47); }

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

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

 span { border-color: rgb(183,25,47); }

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