Html Css Color HEX #BB081D Venetian Red

📋 copy color: '#BB081D'

red 187 ◦ green 8 ◦ blue 29

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

Shades of Venetian Red #BB081D

Tints of Venetian Red #BB081D

RGB

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

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

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

R = 83.48%
G = 3.57%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB081D (or 0xBB081D) is known color: Venetian Red. HEX triplet: BB, 08 and 1D. RGB value is (187,8,29). Sum of RGB (Red+Green+Blue) = 187+8+29=224 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.48% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 187 - color contains mainly: red. Hex color #BB081D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB081D is #44F7E2. Grayscale: #404040. Windows color (decimal): -4519907 or 1902779. OLE color: 1902779.

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

Color convert

RGB 187 8 29 -
CMYK 0 0.96 0.84 0.27
HSL 352.96º 0.92% 0.38% -
HSV(B) 352.96º 0.96% 0.73% -
XYZ 20.8 10.83 2.16 -
YUV 63.92 108.3 215.79 -
System Red Green Blue C M Y K H S L
Decimal 187 8 29 0 0.96 0.84 0.27 352.96 0.92 0.38
Hex BB 8 1D 0 60 54 1B 161 5C 26
Octal 273 10 35 0 140 124 33 541 134 46
Binary 10111011 1000 11101 0 1100000 1010100 11011 101100001 1011100 100110

Color Harmonies of #BB081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB081D

Black with #BB081D

Text Example


Text Example

White with #BB081D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB081D; }

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

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

background-color css

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

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

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

border-color css

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

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

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