#B7192D

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

Shades of Cardinal #B7192D

Tints of Cardinal #B7192D

Color information

#B7192D (or 0xB7192D) is unknown color: approx Cardinal. HEX triplet: B7, 19 and 2D. RGB value is (183,25,45). Sum of RGB (Red+Green+Blue) = 183+25+45=253 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.33% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 183 - color contains mainly: red. Hex color #B7192D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7192D is #48E6D2. Grayscale: #4A4A4A. Windows color (decimal): -4777683 or 2955703. OLE color: 2955703.

HSL color Cylindrical-coordinate representation of color #B7192D: hue angle of 352.41º 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 #B7192D is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB1832545-
CMYK00.860.750.28
HSL352.41º75.96%40.78%-
HSV(B)352.41º86.34%71.76%-
XYZ20.3510.953.52-
YUV74.52111.35205.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 72.33%
GREEN value IS 25 (10.16% from 255) = 9.88%
BLUE value IS 45 (17.97% from 255) = 17.79%
R=72.33%
G=9.88%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183254500.860.750.28352.4175.9640.78
HexB7192D0564B1C1604c29
Octal267315501261133454011451
Binary1011011111001101101010101101001011111001011000001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7192D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7192D; }

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

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

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

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

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

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

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

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