Html Css Color HEX #BB192A Cardinal

📋 copy color: '#BB192A'

red 187 ◦ green 25 ◦ blue 42

#BB192A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #BB192A

Tints of Cardinal #BB192A

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.8% from 255) = 16.54%

R = 73.62%
G = 9.84%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB192A (or 0xBB192A) is known color: 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

RGB 187 25 42 -
CMYK 0 0.87 0.78 0.27
HSL 353.7º 0.76% 0.42% -
HSV(B) 353.7º 0.87% 0.73% -
XYZ 21.26 11.43 3.28 -
YUV 75.38 109.17 207.62 -
System Red Green Blue C M Y K H S L
Decimal 187 25 42 0 0.87 0.78 0.27 353.7 0.76 0.42
Hex BB 19 2A 0 57 4E 1B 162 4C 2A
Octal 273 31 52 0 127 116 33 542 114 52
Binary 10111011 11001 101010 0 1010111 1001110 11011 101100010 1001100 101010

Color Harmonies of #BB192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB192A

Black with #BB192A

Text Example


Text Example

White with #BB192A

Text Example


Text Example

HTML Codes & Css Web 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>