Html Css Color HEX #BB060B Venetian Red

📋 copy color: '#BB060B'

red 187 ◦ green 6 ◦ blue 11

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

Shades of Venetian Red #BB060B

Tints of Venetian Red #BB060B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.94%

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

R = 91.67%
G = 2.94%
B = 5.39%

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

#BB060B (or 0xBB060B) is known color: Venetian Red. HEX triplet: BB, 06 and 0B. RGB value is (187,6,11). Sum of RGB (Red+Green+Blue) = 187+6+11=204 (27% of max value = 765). Red value is 187 (73.44% from 255 or 91.67% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 11 (4.69% from 255 or 5.39% from 204); Max value from RGB is 187 - color contains mainly: red. Hex color #BB060B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB060B is #44F9F4. Grayscale: #3C3C3C. Windows color (decimal): -4520437 or 722619. OLE color: 722619.

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

Color convert

RGB 187 6 11 -
CMYK 0 0.97 0.94 0.27
HSL 358.34º 0.94% 0.38% -
HSV(B) 358.34º 0.97% 0.73% -
XYZ 20.62 10.72 1.3 -
YUV 60.69 99.97 218.09 -
System Red Green Blue C M Y K H S L
Decimal 187 6 11 0 0.97 0.94 0.27 358.34 0.94 0.38
Hex BB 6 B 0 61 5E 1B 166 5E 26
Octal 273 6 13 0 141 136 33 546 136 46
Binary 10111011 110 1011 0 1100001 1011110 11011 101100110 1011110 100110

Color Harmonies of #BB060B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB060B

Black with #BB060B

Text Example


Text Example

White with #BB060B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB060B; }

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

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

background-color css

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

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

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

border-color css

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

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

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