Html Css Color HEX #BB131E Venetian Red

📋 copy color: '#BB131E'

red 187 ◦ green 19 ◦ blue 30

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

Shades of Venetian Red #BB131E

Tints of Venetian Red #BB131E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.71%

R = 79.24%
G = 8.05%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB131E (or 0xBB131E) is known color: Venetian Red. HEX triplet: BB, 13 and 1E. RGB value is (187,19,30). Sum of RGB (Red+Green+Blue) = 187+19+30=236 (31% of max value = 765). Red value is 187 (73.44% from 255 or 79.24% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 30 (12.11% from 255 or 12.71% from 236); Max value from RGB is 187 - color contains mainly: red. Hex color #BB131E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB131E is #44ECE1. Grayscale: #464646. Windows color (decimal): -4517090 or 1971131. OLE color: 1971131.

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

Color convert

RGB 187 19 30 -
CMYK 0 0.90 0.84 0.27
HSL 356.07º 0.82% 0.4% -
HSV(B) 356.07º 0.9% 0.73% -
XYZ 20.96 11.12 2.27 -
YUV 70.49 105.16 211.11 -
System Red Green Blue C M Y K H S L
Decimal 187 19 30 0 0.90 0.84 0.27 356.07 0.82 0.4
Hex BB 13 1E 0 5A 54 1B 164 52 28
Octal 273 23 36 0 132 124 33 544 122 50
Binary 10111011 10011 11110 0 1011010 1010100 11011 101100100 1010010 101000

Color Harmonies of #BB131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB131E

Black with #BB131E

Text Example


Text Example

White with #BB131E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB131E; }

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

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

background-color css

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

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

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

border-color css

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

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

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