#B0192F

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

Shades of Cardinal #B0192F

Tints of Cardinal #B0192F

Color information

#B0192F (or 0xB0192F) is unknown color: approx Cardinal. HEX triplet: B0, 19 and 2F. RGB value is (176,25,47). Sum of RGB (Red+Green+Blue) = 176+25+47=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B0192F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0192F is #4FE6D0. Grayscale: #484848. Windows color (decimal): -5236433 or 3086768. OLE color: 3086768.

HSL color Cylindrical-coordinate representation of color #B0192F: hue angle of 351.26º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B0192F is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB1762547-
CMYK00.860.730.31
HSL351.26º75.12%39.41%-
HSV(B)351.26º85.8%69.02%-
XYZ18.7710.133.66-
YUV72.66113.53201.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 70.97%
GREEN value IS 25 (10.16% from 255) = 10.08%
BLUE value IS 47 (18.75% from 255) = 18.95%
R=70.97%
G=10.08%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176254700.860.730.31351.2675.1239.41
HexB0192F056491F15f4b27
Octal260315701261113753711347
Binary1011000011001101111010101101001001111111010111111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0192F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0192F; }

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

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

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

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

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

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

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

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