Html Css Color HEX #BD0510 Venetian Red

📋 copy color: '#BD0510'

red 189 ◦ green 5 ◦ blue 16

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

Shades of Venetian Red #BD0510

Tints of Venetian Red #BD0510

RGB

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

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

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

R = 90%
G = 2.38%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD0510 (or 0xBD0510) is known color: Venetian Red. HEX triplet: BD, 05 and 10. RGB value is (189,5,16). Sum of RGB (Red+Green+Blue) = 189+5+16=210 (27% of max value = 765). Red value is 189 (74.22% from 255 or 90% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0510 is #42FAEF. Grayscale: #3D3D3D. Windows color (decimal): -4389616 or 1050045. OLE color: 1050045.

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

Color convert

RGB 189 5 16 -
CMYK 0 0.97 0.92 0.26
HSL 356.41º 0.95% 0.38% -
HSV(B) 356.41º 0.97% 0.74% -
XYZ 21.13 10.96 1.49 -
YUV 61.27 102.46 219.11 -
System Red Green Blue C M Y K H S L
Decimal 189 5 16 0 0.97 0.92 0.26 356.41 0.95 0.38
Hex BD 5 10 0 61 5C 1A 164 5F 26
Octal 275 5 20 0 141 134 32 544 137 46
Binary 10111101 101 10000 0 1100001 1011100 11010 101100100 1011111 100110

Color Harmonies of #BD0510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0510

Black with #BD0510

Text Example


Text Example

White with #BD0510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0510; }

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

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

background-color css

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

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

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

border-color css

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

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

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