Html Css Color HEX #BD0811 Venetian Red

📋 copy color: '#BD0811'

red 189 ◦ green 8 ◦ blue 17

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

Shades of Venetian Red #BD0811

Tints of Venetian Red #BD0811

RGB

 RED value IS 189 (74.22% from 255) = 88.32%

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

 BLUE value IS 17 (7.03% from 255) = 7.94%

R = 88.32%
G = 3.74%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BD0811 (or 0xBD0811) is known color: Venetian Red. HEX triplet: BD, 08 and 11. RGB value is (189,8,17). Sum of RGB (Red+Green+Blue) = 189+8+17=214 (28% of max value = 765). Red value is 189 (74.22% from 255 or 88.32% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 17 (7.03% from 255 or 7.94% from 214); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0811 is #42F7EE. Grayscale: #3F3F3F. Windows color (decimal): -4388847 or 1116349. OLE color: 1116349.

HSL color Cylindrical-coordinate representation of color #BD0811: hue angle of 357.02º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD0811 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 8 17 -
CMYK 0 0.96 0.91 0.26
HSL 357.02º 0.92% 0.39% -
HSV(B) 357.02º 0.96% 0.74% -
XYZ 21.17 11.03 1.54 -
YUV 63.15 101.97 217.77 -
System Red Green Blue C M Y K H S L
Decimal 189 8 17 0 0.96 0.91 0.26 357.02 0.92 0.39
Hex BD 8 11 0 60 5B 1A 165 5C 27
Octal 275 10 21 0 140 133 32 545 134 47
Binary 10111101 1000 10001 0 1100000 1011011 11010 101100101 1011100 100111

Color Harmonies of #BD0811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0811

Black with #BD0811

Text Example


Text Example

White with #BD0811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0811; }

 p { color: rgb(189,8,17); }

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

background-color css

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

 a { background-color: rgb(189,8,17); }

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

border-color css

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

 span { border-color: rgb(189,8,17); }

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