#B4192C

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

Shades of Cardinal #B4192C

Tints of Cardinal #B4192C

Color information

#B4192C (or 0xB4192C) is unknown color: approx Cardinal. HEX triplet: B4, 19 and 2C. RGB value is (180,25,44). Sum of RGB (Red+Green+Blue) = 180+25+44=249 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.29% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 180 - color contains mainly: red. Hex color #B4192C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4192C is #4BE6D3. Grayscale: #494949. Windows color (decimal): -4974292 or 2890164. OLE color: 2890164.

HSL color Cylindrical-coordinate representation of color #B4192C: hue angle of 352.65º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B4192C is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB1802544-
CMYK00.860.760.29
HSL352.65º75.61%40.2%-
HSV(B)352.65º86.11%70.59%-
XYZ19.6210.583.39-
YUV73.51111.35203.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 72.29%
GREEN value IS 25 (10.16% from 255) = 10.04%
BLUE value IS 44 (17.58% from 255) = 17.67%
R=72.29%
G=10.04%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180254400.860.760.29352.6575.6140.2
HexB4192C0564C1D1614c28
Octal264315401261143554111450
Binary1011010011001101100010101101001100111011011000011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4192C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4192C; }

 p { color: rgb(180,25,44); }

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

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

 a { background-color: rgb(180,25,44); }

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

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

 span { border-color: rgb(180,25,44); }

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