Html Css Color HEX #BD0509 Venetian Red

📋 copy color: '#BD0509'

red 189 ◦ green 5 ◦ blue 9

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

Shades of Venetian Red #BD0509

Tints of Venetian Red #BD0509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.43%

R = 93.1%
G = 2.46%
B = 4.43%

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

#BD0509 (or 0xBD0509) is known color: Venetian Red. HEX triplet: BD, 05 and 09. RGB value is (189,5,9). Sum of RGB (Red+Green+Blue) = 189+5+9=203 (26% of max value = 765). Red value is 189 (74.22% from 255 or 93.10% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 9 (3.91% from 255 or 4.43% from 203); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0509 is #42FAF6. Grayscale: #3C3C3C. Windows color (decimal): -4389623 or 591293. OLE color: 591293.

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

Color convert

RGB 189 5 9 -
CMYK 0 0.97 0.95 0.26
HSL 358.7º 0.95% 0.38% -
HSV(B) 358.7º 0.97% 0.74% -
XYZ 21.09 10.95 1.26 -
YUV 60.47 98.96 219.67 -
System Red Green Blue C M Y K H S L
Decimal 189 5 9 0 0.97 0.95 0.26 358.7 0.95 0.38
Hex BD 5 9 0 61 5F 1A 167 5F 26
Octal 275 5 11 0 141 137 32 547 137 46
Binary 10111101 101 1001 0 1100001 1011111 11010 101100111 1011111 100110

Color Harmonies of #BD0509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0509

Black with #BD0509

Text Example


Text Example

White with #BD0509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0509; }

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

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

background-color css

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

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

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

border-color css

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

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

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