Html Css Color HEX #BB080A Venetian Red

📋 copy color: '#BB080A'

red 187 ◦ green 8 ◦ blue 10

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

Shades of Venetian Red #BB080A

Tints of Venetian Red #BB080A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.9%

 BLUE value IS 10 (4.3% from 255) = 4.88%

R = 91.22%
G = 3.9%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB080A (or 0xBB080A) is known color: Venetian Red. HEX triplet: BB, 08 and 0A. RGB value is (187,8,10). Sum of RGB (Red+Green+Blue) = 187+8+10=205 (27% of max value = 765). Red value is 187 (73.44% from 255 or 91.22% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 187 - color contains mainly: red. Hex color #BB080A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB080A is #44F7F5. Grayscale: #3D3D3D. Windows color (decimal): -4519926 or 657595. OLE color: 657595.

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

Color convert

RGB 187 8 10 -
CMYK 0 0.96 0.95 0.27
HSL 359.33º 0.92% 0.38% -
HSV(B) 359.33º 0.96% 0.73% -
XYZ 20.64 10.76 1.28 -
YUV 61.75 98.8 217.34 -
System Red Green Blue C M Y K H S L
Decimal 187 8 10 0 0.96 0.95 0.27 359.33 0.92 0.38
Hex BB 8 A 0 60 5F 1B 167 5C 26
Octal 273 10 12 0 140 137 33 547 134 46
Binary 10111011 1000 1010 0 1100000 1011111 11011 101100111 1011100 100110

Color Harmonies of #BB080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB080A

Black with #BB080A

Text Example


Text Example

White with #BB080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB080A; }

 p { color: rgb(187,8,10); }

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

background-color css

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

 a { background-color: rgb(187,8,10); }

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

border-color css

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

 span { border-color: rgb(187,8,10); }

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