Html Css Color HEX #BB131C Venetian Red

📋 copy color: '#BB131C'

red 187 ◦ green 19 ◦ blue 28

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

Shades of Venetian Red #BB131C

Tints of Venetian Red #BB131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.12%

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

R = 79.91%
G = 8.12%
B = 11.97%

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

#BB131C (or 0xBB131C) is known color: Venetian Red. HEX triplet: BB, 13 and 1C. RGB value is (187,19,28). Sum of RGB (Red+Green+Blue) = 187+19+28=234 (30% of max value = 765). Red value is 187 (73.44% from 255 or 79.91% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 187 - color contains mainly: red. Hex color #BB131C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB131C is #44ECE3. Grayscale: #464646. Windows color (decimal): -4517092 or 1840059. OLE color: 1840059.

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

Color convert

RGB 187 19 28 -
CMYK 0 0.90 0.85 0.27
HSL 356.79º 0.82% 0.4% -
HSV(B) 356.79º 0.9% 0.73% -
XYZ 20.94 11.11 2.14 -
YUV 70.26 104.16 211.27 -
System Red Green Blue C M Y K H S L
Decimal 187 19 28 0 0.90 0.85 0.27 356.79 0.82 0.4
Hex BB 13 1C 0 5A 55 1B 165 52 28
Octal 273 23 34 0 132 125 33 545 122 50
Binary 10111011 10011 11100 0 1011010 1010101 11011 101100101 1010010 101000

Color Harmonies of #BB131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB131C

Black with #BB131C

Text Example


Text Example

White with #BB131C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB131C; }

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

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

background-color css

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

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

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

border-color css

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

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

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