Html Css Color HEX #BB091D Venetian Red

📋 copy color: '#BB091D'

red 187 ◦ green 9 ◦ blue 29

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

Shades of Venetian Red #BB091D

Tints of Venetian Red #BB091D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4%

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

R = 83.11%
G = 4%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB091D (or 0xBB091D) is known color: Venetian Red. HEX triplet: BB, 09 and 1D. RGB value is (187,9,29). Sum of RGB (Red+Green+Blue) = 187+9+29=225 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.11% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 187 - color contains mainly: red. Hex color #BB091D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB091D is #44F6E2. Grayscale: #404040. Windows color (decimal): -4519651 or 1903035. OLE color: 1903035.

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

Color convert

RGB 187 9 29 -
CMYK 0 0.95 0.84 0.27
HSL 353.26º 0.91% 0.38% -
HSV(B) 353.26º 0.95% 0.73% -
XYZ 20.81 10.85 2.16 -
YUV 64.5 107.97 215.37 -
System Red Green Blue C M Y K H S L
Decimal 187 9 29 0 0.95 0.84 0.27 353.26 0.91 0.38
Hex BB 9 1D 0 5F 54 1B 161 5B 26
Octal 273 11 35 0 137 124 33 541 133 46
Binary 10111011 1001 11101 0 1011111 1010100 11011 101100001 1011011 100110

Color Harmonies of #BB091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB091D

Black with #BB091D

Text Example


Text Example

White with #BB091D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB091D; }

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

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

background-color css

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

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

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

border-color css

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

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

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