Html Css Color HEX #BD0710 Venetian Red

📋 copy color: '#BD0710'

red 189 ◦ green 7 ◦ blue 16

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

Shades of Venetian Red #BD0710

Tints of Venetian Red #BD0710

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.3%

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

R = 89.15%
G = 3.3%
B = 7.55%

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

#BD0710 (or 0xBD0710) is known color: Venetian Red. HEX triplet: BD, 07 and 10. RGB value is (189,7,16). Sum of RGB (Red+Green+Blue) = 189+7+16=212 (28% of max value = 765). Red value is 189 (74.22% from 255 or 89.15% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0710 is #42F8EF. Grayscale: #3E3E3E. Windows color (decimal): -4389104 or 1050557. OLE color: 1050557.

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

Color convert

RGB 189 7 16 -
CMYK 0 0.96 0.92 0.26
HSL 357.03º 0.93% 0.38% -
HSV(B) 357.03º 0.96% 0.74% -
XYZ 21.16 11.01 1.5 -
YUV 62.44 101.8 218.27 -
System Red Green Blue C M Y K H S L
Decimal 189 7 16 0 0.96 0.92 0.26 357.03 0.93 0.38
Hex BD 7 10 0 60 5C 1A 165 5D 26
Octal 275 7 20 0 140 134 32 545 135 46
Binary 10111101 111 10000 0 1100000 1011100 11010 101100101 1011101 100110

Color Harmonies of #BD0710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0710

Black with #BD0710

Text Example


Text Example

White with #BD0710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0710; }

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

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

background-color css

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

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

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

border-color css

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

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

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