Html Css Color HEX #BD0409 Venetian Red

📋 copy color: '#BD0409'

red 189 ◦ green 4 ◦ blue 9

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

Shades of Venetian Red #BD0409

Tints of Venetian Red #BD0409

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.98%

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

R = 93.56%
G = 1.98%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BD0409 (or 0xBD0409) is known color: Venetian Red. HEX triplet: BD, 04 and 09. RGB value is (189,4,9). Sum of RGB (Red+Green+Blue) = 189+4+9=202 (26% of max value = 765). Red value is 189 (74.22% from 255 or 93.56% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 9 (3.91% from 255 or 4.46% from 202); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0409 is #42FBF6. Grayscale: #3C3C3C. Windows color (decimal): -4389879 or 591037. OLE color: 591037.

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

Color convert

RGB 189 4 9 -
CMYK 0 0.98 0.95 0.26
HSL 358.38º 0.96% 0.38% -
HSV(B) 358.38º 0.98% 0.74% -
XYZ 21.08 10.93 1.26 -
YUV 59.89 99.29 220.09 -
System Red Green Blue C M Y K H S L
Decimal 189 4 9 0 0.98 0.95 0.26 358.38 0.96 0.38
Hex BD 4 9 0 62 5F 1A 166 60 26
Octal 275 4 11 0 142 137 32 546 140 46
Binary 10111101 100 1001 0 1100010 1011111 11010 101100110 1100000 100110

Color Harmonies of #BD0409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0409

Black with #BD0409

Text Example


Text Example

White with #BD0409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0409; }

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

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

background-color css

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

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

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

border-color css

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

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

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