Html Css Color HEX #BB050B Venetian Red

📋 copy color: '#BB050B'

red 187 ◦ green 5 ◦ blue 11

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

Shades of Venetian Red #BB050B

Tints of Venetian Red #BB050B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.42%

R = 92.12%
G = 2.46%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB050B (or 0xBB050B) is known color: Venetian Red. HEX triplet: BB, 05 and 0B. RGB value is (187,5,11). Sum of RGB (Red+Green+Blue) = 187+5+11=203 (26% of max value = 765). Red value is 187 (73.44% from 255 or 92.12% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 187 - color contains mainly: red. Hex color #BB050B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB050B is #44FAF4. Grayscale: #3C3C3C. Windows color (decimal): -4520693 or 722363. OLE color: 722363.

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

Color convert

RGB 187 5 11 -
CMYK 0 0.97 0.94 0.27
HSL 358.02º 0.95% 0.38% -
HSV(B) 358.02º 0.97% 0.73% -
XYZ 20.61 10.7 1.3 -
YUV 60.1 100.3 218.51 -
System Red Green Blue C M Y K H S L
Decimal 187 5 11 0 0.97 0.94 0.27 358.02 0.95 0.38
Hex BB 5 B 0 61 5E 1B 166 5F 26
Octal 273 5 13 0 141 136 33 546 137 46
Binary 10111011 101 1011 0 1100001 1011110 11011 101100110 1011111 100110

Color Harmonies of #BB050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB050B

Black with #BB050B

Text Example


Text Example

White with #BB050B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB050B; }

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

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

background-color css

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

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

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

border-color css

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

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

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