Html Css Color HEX #BB192E Cardinal

📋 copy color: '#BB192E'

red 187 ◦ green 25 ◦ blue 46

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

Shades of Cardinal #BB192E

Tints of Cardinal #BB192E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.83%

R = 72.48%
G = 9.69%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB192E (or 0xBB192E) is known color: Cardinal. HEX triplet: BB, 19 and 2E. RGB value is (187,25,46). Sum of RGB (Red+Green+Blue) = 187+25+46=258 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.48% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 187 - color contains mainly: red. Hex color #BB192E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB192E is #44E6D1. Grayscale: #4B4B4B. Windows color (decimal): -4515538 or 3021243. OLE color: 3021243.

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

Color convert

RGB 187 25 46 -
CMYK 0 0.87 0.75 0.27
HSL 352.22º 0.76% 0.42% -
HSV(B) 352.22º 0.87% 0.73% -
XYZ 21.33 11.46 3.67 -
YUV 75.83 111.17 207.29 -
System Red Green Blue C M Y K H S L
Decimal 187 25 46 0 0.87 0.75 0.27 352.22 0.76 0.42
Hex BB 19 2E 0 57 4B 1B 160 4C 2A
Octal 273 31 56 0 127 113 33 540 114 52
Binary 10111011 11001 101110 0 1010111 1001011 11011 101100000 1001100 101010

Color Harmonies of #BB192E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB192E

Black with #BB192E

Text Example


Text Example

White with #BB192E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB192E; }

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

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

background-color css

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

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

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

border-color css

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

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

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