Html Css Color HEX #BD050A Venetian Red

📋 copy color: '#BD050A'

red 189 ◦ green 5 ◦ blue 10

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

Shades of Venetian Red #BD050A

Tints of Venetian Red #BD050A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.9%

R = 92.65%
G = 2.45%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BD050A (or 0xBD050A) is known color: Venetian Red. HEX triplet: BD, 05 and 0A. RGB value is (189,5,10). Sum of RGB (Red+Green+Blue) = 189+5+10=204 (27% of max value = 765). Red value is 189 (74.22% from 255 or 92.65% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 189 - color contains mainly: red. Hex color #BD050A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD050A is #42FAF5. Grayscale: #3C3C3C. Windows color (decimal): -4389622 or 656829. OLE color: 656829.

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

Color convert

RGB 189 5 10 -
CMYK 0 0.97 0.95 0.26
HSL 358.37º 0.95% 0.38% -
HSV(B) 358.37º 0.97% 0.74% -
XYZ 21.1 10.95 1.29 -
YUV 60.59 99.46 219.59 -
System Red Green Blue C M Y K H S L
Decimal 189 5 10 0 0.97 0.95 0.26 358.37 0.95 0.38
Hex BD 5 A 0 61 5F 1A 166 5F 26
Octal 275 5 12 0 141 137 32 546 137 46
Binary 10111101 101 1010 0 1100001 1011111 11010 101100110 1011111 100110

Color Harmonies of #BD050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD050A

Black with #BD050A

Text Example


Text Example

White with #BD050A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD050A; }

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

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

background-color css

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

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

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

border-color css

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

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

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