#B7192E

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

Shades of Cardinal #B7192E

Tints of Cardinal #B7192E

Color information

#B7192E (or 0xB7192E) is unknown color: approx Cardinal. HEX triplet: B7, 19 and 2E. RGB value is (183,25,46). Sum of RGB (Red+Green+Blue) = 183+25+46=254 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.05% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 183 - color contains mainly: red. Hex color #B7192E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7192E is #48E6D1. Grayscale: #4A4A4A. Windows color (decimal): -4777682 or 3021239. OLE color: 3021239.

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

Color convert

RGB1832546-
CMYK00.860.750.28
HSL352.03º75.96%40.78%-
HSV(B)352.03º86.34%71.76%-
XYZ20.3710.963.63-
YUV74.64111.85205.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 72.05%
GREEN value IS 25 (10.16% from 255) = 9.84%
BLUE value IS 46 (18.36% from 255) = 18.11%
R=72.05%
G=9.84%
B=18.11%

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
Decimal183254600.860.750.28352.0375.9640.78
HexB7192E0564B1C1604c29
Octal267315601261133454011451
Binary1011011111001101110010101101001011111001011000001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7192E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7192E; }

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

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

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

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

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

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

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

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