#bb192a

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

Shades of Cardinal #BB192A

Tints of Cardinal #BB192A

Color information

#BB192A (or 0xBB192A) is unknown color: approx Cardinal. HEX triplet: BB, 19 and 2A. RGB value is (187,25,42). Sum of RGB (Red+Green+Blue) = 187+25+42=254 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.62% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 187 - color contains mainly: red. Hex color #BB192A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB192A is #44E6D5. Grayscale: #4B4B4B. Windows color (decimal): -4515542 or 2759099. OLE color: 2759099.

HSL color Cylindrical-coordinate representation of color #BB192A: hue angle of 353.7º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB192A is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB1872542-
CMYK00.870.780.27
HSL353.7º76.42%41.57%-
HSV(B)353.7º86.63%73.33%-
XYZ21.2611.433.28-
YUV75.38109.17207.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 73.62%
GREEN value IS 25 (10.16% from 255) = 9.84%
BLUE value IS 42 (16.80% from 255) = 16.54%
R=73.62%
G=9.84%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187254200.870.780.27353.776.4241.57
HexBB192A0574E1B1624c2a
Octal273315201271163354211452
Binary1011101111001101010010101111001110110111011000101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb192a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb192a; }

 p { color: rgb(187,25,42); }

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

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

 a { background-color: rgb(187,25,42); }

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

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

 span { border-color: rgb(187,25,42); }

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