Html Css Color HEX #BB121C Venetian Red

📋 copy color: '#BB121C'

red 187 ◦ green 18 ◦ blue 28

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

Shades of Venetian Red #BB121C

Tints of Venetian Red #BB121C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.73%

 BLUE value IS 28 (11.33% from 255) = 12.02%

R = 80.26%
G = 7.73%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BB121C (or 0xBB121C) is known color: Venetian Red. HEX triplet: BB, 12 and 1C. RGB value is (187,18,28). Sum of RGB (Red+Green+Blue) = 187+18+28=233 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.26% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 187 - color contains mainly: red. Hex color #BB121C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB121C is #44EDE3. Grayscale: #454545. Windows color (decimal): -4517348 or 1839803. OLE color: 1839803.

HSL color Cylindrical-coordinate representation of color #BB121C: hue angle of 356.45º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB121C is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 18 28 -
CMYK 0 0.90 0.85 0.27
HSL 356.45º 0.82% 0.4% -
HSV(B) 356.45º 0.9% 0.73% -
XYZ 20.92 11.08 2.13 -
YUV 69.67 104.49 211.69 -
System Red Green Blue C M Y K H S L
Decimal 187 18 28 0 0.90 0.85 0.27 356.45 0.82 0.4
Hex BB 12 1C 0 5A 55 1B 164 52 28
Octal 273 22 34 0 132 125 33 544 122 50
Binary 10111011 10010 11100 0 1011010 1010101 11011 101100100 1010010 101000

Color Harmonies of #BB121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB121C

Black with #BB121C

Text Example


Text Example

White with #BB121C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB121C; }

 p { color: rgb(187,18,28); }

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

background-color css

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

 a { background-color: rgb(187,18,28); }

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

border-color css

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

 span { border-color: rgb(187,18,28); }

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