Html Css Color HEX #BB051D Venetian Red

📋 copy color: '#BB051D'

red 187 ◦ green 5 ◦ blue 29

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

Shades of Venetian Red #BB051D

Tints of Venetian Red #BB051D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.12%

R = 84.62%
G = 2.26%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB051D (or 0xBB051D) is known color: Venetian Red. HEX triplet: BB, 05 and 1D. RGB value is (187,5,29). Sum of RGB (Red+Green+Blue) = 187+5+29=221 (29% of max value = 765). Red value is 187 (73.44% from 255 or 84.62% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 187 - color contains mainly: red. Hex color #BB051D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB051D is #44FAE2. Grayscale: #3E3E3E. Windows color (decimal): -4520675 or 1902011. OLE color: 1902011.

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

Color convert

RGB 187 5 29 -
CMYK 0 0.97 0.84 0.27
HSL 352.09º 0.95% 0.38% -
HSV(B) 352.09º 0.97% 0.73% -
XYZ 20.77 10.76 2.15 -
YUV 62.15 109.3 217.05 -
System Red Green Blue C M Y K H S L
Decimal 187 5 29 0 0.97 0.84 0.27 352.09 0.95 0.38
Hex BB 5 1D 0 61 54 1B 160 5F 26
Octal 273 5 35 0 141 124 33 540 137 46
Binary 10111011 101 11101 0 1100001 1010100 11011 101100000 1011111 100110

Color Harmonies of #BB051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB051D

Black with #BB051D

Text Example


Text Example

White with #BB051D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB051D; }

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

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

background-color css

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

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

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

border-color css

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

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

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