Html Css Color HEX #BD0810 Venetian Red

📋 copy color: '#BD0810'

red 189 ◦ green 8 ◦ blue 16

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

Shades of Venetian Red #BD0810

Tints of Venetian Red #BD0810

RGB

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

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

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

R = 88.73%
G = 3.76%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD0810 (or 0xBD0810) is known color: Venetian Red. HEX triplet: BD, 08 and 10. RGB value is (189,8,16). Sum of RGB (Red+Green+Blue) = 189+8+16=213 (28% of max value = 765). Red value is 189 (74.22% from 255 or 88.73% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0810 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0810 is #42F7EF. Grayscale: #3F3F3F. Windows color (decimal): -4388848 or 1050813. OLE color: 1050813.

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

Color convert

RGB 189 8 16 -
CMYK 0 0.96 0.92 0.26
HSL 357.35º 0.92% 0.39% -
HSV(B) 357.35º 0.96% 0.74% -
XYZ 21.17 11.03 1.5 -
YUV 63.03 101.47 217.85 -
System Red Green Blue C M Y K H S L
Decimal 189 8 16 0 0.96 0.92 0.26 357.35 0.92 0.39
Hex BD 8 10 0 60 5C 1A 165 5C 27
Octal 275 10 20 0 140 134 32 545 134 47
Binary 10111101 1000 10000 0 1100000 1011100 11010 101100101 1011100 100111

Color Harmonies of #BD0810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0810

Black with #BD0810

Text Example


Text Example

White with #BD0810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0810; }

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

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

background-color css

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

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

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

border-color css

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

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

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