Html Css Color HEX #BD0715 Venetian Red

📋 copy color: '#BD0715'

red 189 ◦ green 7 ◦ blue 21

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

Shades of Venetian Red #BD0715

Tints of Venetian Red #BD0715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.68%

R = 87.1%
G = 3.23%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD0715 (or 0xBD0715) is known color: Venetian Red. HEX triplet: BD, 07 and 15. RGB value is (189,7,21). Sum of RGB (Red+Green+Blue) = 189+7+21=217 (28% of max value = 765). Red value is 189 (74.22% from 255 or 87.10% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0715 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0715 is #42F8EA. Grayscale: #3F3F3F. Windows color (decimal): -4389099 or 1378237. OLE color: 1378237.

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

Color convert

RGB 189 7 21 -
CMYK 0 0.96 0.89 0.26
HSL 355.38º 0.93% 0.38% -
HSV(B) 355.38º 0.96% 0.74% -
XYZ 21.2 11.02 1.72 -
YUV 63.01 104.3 217.86 -
System Red Green Blue C M Y K H S L
Decimal 189 7 21 0 0.96 0.89 0.26 355.38 0.93 0.38
Hex BD 7 15 0 60 59 1A 163 5D 26
Octal 275 7 25 0 140 131 32 543 135 46
Binary 10111101 111 10101 0 1100000 1011001 11010 101100011 1011101 100110

Color Harmonies of #BD0715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0715

Black with #BD0715

Text Example


Text Example

White with #BD0715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0715; }

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

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

background-color css

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

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

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

border-color css

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

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

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