Html Css Color HEX #BD0010 Venetian Red

📋 copy color: '#BD0010'

red 189 ◦ green 0 ◦ blue 16

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

Shades of Venetian Red #BD0010

Tints of Venetian Red #BD0010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.8%

R = 92.2%
G = 0%
B = 7.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD0010 (or 0xBD0010) is known color: Venetian Red. HEX triplet: BD, 00 and 10. RGB value is (189,0,16). Sum of RGB (Red+Green+Blue) = 189+0+16=205 (27% of max value = 765). Red value is 189 (74.22% from 255 or 92.20% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0010 is #42FFEF. Grayscale: #3A3A3A. Windows color (decimal): -4390896 or 1048765. OLE color: 1048765.

HSL color Cylindrical-coordinate representation of color #BD0010: hue angle of 354.92º 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 #BD0010 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 0 16 -
CMYK 0 1 0.92 0.26
HSL 354.92º 1% 0.37% -
HSV(B) 354.92º 1% 0.74% -
XYZ 21.08 10.86 1.47 -
YUV 58.34 104.12 221.2 -
System Red Green Blue C M Y K H S L
Decimal 189 0 16 0 1 0.92 0.26 354.92 1 0.37
Hex BD 0 10 0 64 5C 1A 163 64 25
Octal 275 0 20 0 144 134 32 543 144 45
Binary 10111101 0 10000 0 1100100 1011100 11010 101100011 1100100 100101

Color Harmonies of #BD0010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0010

Black with #BD0010

Text Example


Text Example

White with #BD0010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0010; }

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

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

background-color css

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

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

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

border-color css

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

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

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