Html Css Color HEX #BB192B Cardinal

📋 copy color: '#BB192B'

red 187 ◦ green 25 ◦ blue 43

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

Shades of Cardinal #BB192B

Tints of Cardinal #BB192B

RGB

 RED value IS 187 (73.44% from 255) = 73.33%

 GREEN value IS 25 (10.16% from 255) = 9.8%

 BLUE value IS 43 (17.19% from 255) = 16.86%

R = 73.33%
G = 9.8%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BB192B (or 0xBB192B) is known color: Cardinal. HEX triplet: BB, 19 and 2B. RGB value is (187,25,43). Sum of RGB (Red+Green+Blue) = 187+25+43=255 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.33% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 187 - color contains mainly: red. Hex color #BB192B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB192B is #44E6D4. Grayscale: #4B4B4B. Windows color (decimal): -4515541 or 2824635. OLE color: 2824635.

HSL color Cylindrical-coordinate representation of color #BB192B: hue angle of 353.33º 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 #BB192B is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 25 43 -
CMYK 0 0.87 0.77 0.27
HSL 353.33º 0.76% 0.42% -
HSV(B) 353.33º 0.87% 0.73% -
XYZ 21.28 11.43 3.37 -
YUV 75.49 109.67 207.54 -
System Red Green Blue C M Y K H S L
Decimal 187 25 43 0 0.87 0.77 0.27 353.33 0.76 0.42
Hex BB 19 2B 0 57 4D 1B 161 4C 2A
Octal 273 31 53 0 127 115 33 541 114 52
Binary 10111011 11001 101011 0 1010111 1001101 11011 101100001 1001100 101010

Color Harmonies of #BB192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB192B

Black with #BB192B

Text Example


Text Example

White with #BB192B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB192B; }

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

 H1.HeaderClassName
 {
   color: #BB192B;
 }
 .AnyTagClassName
 {
   color: #BB192B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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