Html Css Color HEX #BB080D Venetian Red

📋 copy color: '#BB080D'

red 187 ◦ green 8 ◦ blue 13

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

Shades of Venetian Red #BB080D

Tints of Venetian Red #BB080D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.25%

R = 89.9%
G = 3.85%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB080D (or 0xBB080D) is known color: Venetian Red. HEX triplet: BB, 08 and 0D. RGB value is (187,8,13). Sum of RGB (Red+Green+Blue) = 187+8+13=208 (27% of max value = 765). Red value is 187 (73.44% from 255 or 89.90% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 187 - color contains mainly: red. Hex color #BB080D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB080D is #44F7F2. Grayscale: #3E3E3E. Windows color (decimal): -4519923 or 854203. OLE color: 854203.

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

Color convert

RGB 187 8 13 -
CMYK 0 0.96 0.93 0.27
HSL 358.32º 0.92% 0.38% -
HSV(B) 358.32º 0.96% 0.73% -
XYZ 20.65 10.77 1.37 -
YUV 62.09 100.3 217.09 -
System Red Green Blue C M Y K H S L
Decimal 187 8 13 0 0.96 0.93 0.27 358.32 0.92 0.38
Hex BB 8 D 0 60 5D 1B 166 5C 26
Octal 273 10 15 0 140 135 33 546 134 46
Binary 10111011 1000 1101 0 1100000 1011101 11011 101100110 1011100 100110

Color Harmonies of #BB080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB080D

Black with #BB080D

Text Example


Text Example

White with #BB080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB080D; }

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

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

background-color css

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

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

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

border-color css

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

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

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