Html Css Color HEX #BD050E Venetian Red

📋 copy color: '#BD050E'

red 189 ◦ green 5 ◦ blue 14

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

Shades of Venetian Red #BD050E

Tints of Venetian Red #BD050E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.73%

R = 90.87%
G = 2.4%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD050E (or 0xBD050E) is known color: Venetian Red. HEX triplet: BD, 05 and 0E. RGB value is (189,5,14). Sum of RGB (Red+Green+Blue) = 189+5+14=208 (27% of max value = 765). Red value is 189 (74.22% from 255 or 90.87% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 14 (5.86% from 255 or 6.73% from 208); Max value from RGB is 189 - color contains mainly: red. Hex color #BD050E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD050E is #42FAF1. Grayscale: #3D3D3D. Windows color (decimal): -4389618 or 918973. OLE color: 918973.

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

Color convert

RGB 189 5 14 -
CMYK 0 0.97 0.93 0.26
HSL 357.07º 0.95% 0.38% -
HSV(B) 357.07º 0.97% 0.74% -
XYZ 21.12 10.96 1.42 -
YUV 61.04 101.46 219.27 -
System Red Green Blue C M Y K H S L
Decimal 189 5 14 0 0.97 0.93 0.26 357.07 0.95 0.38
Hex BD 5 E 0 61 5D 1A 165 5F 26
Octal 275 5 16 0 141 135 32 545 137 46
Binary 10111101 101 1110 0 1100001 1011101 11010 101100101 1011111 100110

Color Harmonies of #BD050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD050E

Black with #BD050E

Text Example


Text Example

White with #BD050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD050E; }

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

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

background-color css

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

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

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

border-color css

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

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

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