Html Css Color HEX #BB0514 Venetian Red

📋 copy color: '#BB0514'

red 187 ◦ green 5 ◦ blue 20

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

Shades of Venetian Red #BB0514

Tints of Venetian Red #BB0514

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.36%

 BLUE value IS 20 (8.2% from 255) = 9.43%

R = 88.21%
G = 2.36%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB0514 (or 0xBB0514) is known color: Venetian Red. HEX triplet: BB, 05 and 14. RGB value is (187,5,20). Sum of RGB (Red+Green+Blue) = 187+5+20=212 (28% of max value = 765). Red value is 187 (73.44% from 255 or 88.21% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0514 is #44FAEB. Grayscale: #3D3D3D. Windows color (decimal): -4520684 or 1312187. OLE color: 1312187.

HSL color Cylindrical-coordinate representation of color #BB0514: hue angle of 355.05º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB0514 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 5 20 -
CMYK 0 0.97 0.89 0.27
HSL 355.05º 0.95% 0.38% -
HSV(B) 355.05º 0.97% 0.73% -
XYZ 20.67 10.72 1.64 -
YUV 61.13 104.8 217.78 -
System Red Green Blue C M Y K H S L
Decimal 187 5 20 0 0.97 0.89 0.27 355.05 0.95 0.38
Hex BB 5 14 0 61 59 1B 163 5F 26
Octal 273 5 24 0 141 131 33 543 137 46
Binary 10111011 101 10100 0 1100001 1011001 11011 101100011 1011111 100110

Color Harmonies of #BB0514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0514

Black with #BB0514

Text Example


Text Example

White with #BB0514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0514; }

 p { color: rgb(187,5,20); }

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

background-color css

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

 a { background-color: rgb(187,5,20); }

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

border-color css

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

 span { border-color: rgb(187,5,20); }

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