Html Css Color HEX #BD0209 Venetian Red

📋 copy color: '#BD0209'

red 189 ◦ green 2 ◦ blue 9

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

Shades of Venetian Red #BD0209

Tints of Venetian Red #BD0209

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

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

R = 94.5%
G = 1%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BD0209 (or 0xBD0209) is known color: Venetian Red. HEX triplet: BD, 02 and 09. RGB value is (189,2,9). Sum of RGB (Red+Green+Blue) = 189+2+9=200 (26% of max value = 765). Red value is 189 (74.22% from 255 or 94.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 9 (3.91% from 255 or 4.5% from 200); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0209 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0209 is #42FDF6. Grayscale: #3A3A3A. Windows color (decimal): -4390391 or 590525. OLE color: 590525.

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

Color convert

RGB 189 2 9 -
CMYK 0 0.99 0.95 0.26
HSL 357.75º 0.98% 0.37% -
HSV(B) 357.75º 0.99% 0.74% -
XYZ 21.06 10.88 1.25 -
YUV 58.71 99.95 220.93 -
System Red Green Blue C M Y K H S L
Decimal 189 2 9 0 0.99 0.95 0.26 357.75 0.98 0.37
Hex BD 2 9 0 63 5F 1A 166 62 25
Octal 275 2 11 0 143 137 32 546 142 45
Binary 10111101 10 1001 0 1100011 1011111 11010 101100110 1100010 100101

Color Harmonies of #BD0209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0209

Black with #BD0209

Text Example


Text Example

White with #BD0209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0209; }

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

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

background-color css

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

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

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

border-color css

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

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

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