Html Css Color HEX #BD0109 Venetian Red

📋 copy color: '#BD0109'

red 189 ◦ green 1 ◦ blue 9

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

Shades of Venetian Red #BD0109

Tints of Venetian Red #BD0109

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 94.97%
G = 0.5%
B = 4.52%

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

#BD0109 (or 0xBD0109) is known color: Venetian Red. HEX triplet: BD, 01 and 09. RGB value is (189,1,9). Sum of RGB (Red+Green+Blue) = 189+1+9=199 (26% of max value = 765). Red value is 189 (74.22% from 255 or 94.97% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 9 (3.91% from 255 or 4.52% from 199); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0109 is #42FEF6. Grayscale: #3A3A3A. Windows color (decimal): -4390647 or 590269. OLE color: 590269.

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

Color convert

RGB 189 1 9 -
CMYK 0 0.99 0.95 0.26
HSL 357.45º 0.99% 0.37% -
HSV(B) 357.45º 0.99% 0.74% -
XYZ 21.05 10.86 1.25 -
YUV 58.12 100.28 221.35 -
System Red Green Blue C M Y K H S L
Decimal 189 1 9 0 0.99 0.95 0.26 357.45 0.99 0.37
Hex BD 1 9 0 63 5F 1A 165 63 25
Octal 275 1 11 0 143 137 32 545 143 45
Binary 10111101 1 1001 0 1100011 1011111 11010 101100101 1100011 100101

Color Harmonies of #BD0109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0109

Black with #BD0109

Text Example


Text Example

White with #BD0109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0109; }

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

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

background-color css

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

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

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

border-color css

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

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

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