Html Css Color HEX #BD0011 Venetian Red

📋 copy color: '#BD0011'

red 189 ◦ green 0 ◦ blue 17

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

Shades of Venetian Red #BD0011

Tints of Venetian Red #BD0011

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 91.75%
G = 0%
B = 8.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BD0011 (or 0xBD0011) is known color: Venetian Red. HEX triplet: BD, 00 and 11. RGB value is (189,0,17). Sum of RGB (Red+Green+Blue) = 189+0+17=206 (27% of max value = 765). Red value is 189 (74.22% from 255 or 91.75% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0011 is #42FFEE. Grayscale: #3A3A3A. Windows color (decimal): -4390895 or 1114301. OLE color: 1114301.

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

Color convert

RGB 189 0 17 -
CMYK 0 1 0.91 0.26
HSL 354.6º 1% 0.37% -
HSV(B) 354.6º 1% 0.74% -
XYZ 21.09 10.86 1.51 -
YUV 58.45 104.62 221.12 -
System Red Green Blue C M Y K H S L
Decimal 189 0 17 0 1 0.91 0.26 354.6 1 0.37
Hex BD 0 11 0 64 5B 1A 163 64 25
Octal 275 0 21 0 144 133 32 543 144 45
Binary 10111101 0 10001 0 1100100 1011011 11010 101100011 1100100 100101

Color Harmonies of #BD0011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0011

Black with #BD0011

Text Example


Text Example

White with #BD0011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0011; }

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

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

background-color css

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

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

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

border-color css

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

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

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