Html Css Color HEX #BD0519 Venetian Red

📋 copy color: '#BD0519'

red 189 ◦ green 5 ◦ blue 25

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

Shades of Venetian Red #BD0519

Tints of Venetian Red #BD0519

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.28%

 BLUE value IS 25 (10.16% from 255) = 11.42%

R = 86.3%
G = 2.28%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BD0519 (or 0xBD0519) is known color: Venetian Red. HEX triplet: BD, 05 and 19. RGB value is (189,5,25). Sum of RGB (Red+Green+Blue) = 189+5+25=219 (29% of max value = 765). Red value is 189 (74.22% from 255 or 86.30% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 25 (10.16% from 255 or 11.42% from 219); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0519 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0519 is #42FAE6. Grayscale: #3E3E3E. Windows color (decimal): -4389607 or 1639869. OLE color: 1639869.

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

Color convert

RGB 189 5 25 -
CMYK 0 0.97 0.87 0.26
HSL 353.48º 0.95% 0.38% -
HSV(B) 353.48º 0.97% 0.74% -
XYZ 21.22 11 1.92 -
YUV 62.3 106.96 218.37 -
System Red Green Blue C M Y K H S L
Decimal 189 5 25 0 0.97 0.87 0.26 353.48 0.95 0.38
Hex BD 5 19 0 61 57 1A 161 5F 26
Octal 275 5 31 0 141 127 32 541 137 46
Binary 10111101 101 11001 0 1100001 1010111 11010 101100001 1011111 100110

Color Harmonies of #BD0519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0519

Black with #BD0519

Text Example


Text Example

White with #BD0519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0519; }

 p { color: rgb(189,5,25); }

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

background-color css

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

 a { background-color: rgb(189,5,25); }

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

border-color css

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

 span { border-color: rgb(189,5,25); }

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