Html Css Color HEX #BD090F Venetian Red

📋 copy color: '#BD090F'

red 189 ◦ green 9 ◦ blue 15

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

Shades of Venetian Red #BD090F

Tints of Venetian Red #BD090F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.23%

 BLUE value IS 15 (6.25% from 255) = 7.04%

R = 88.73%
G = 4.23%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD090F (or 0xBD090F) is known color: Venetian Red. HEX triplet: BD, 09 and 0F. RGB value is (189,9,15). Sum of RGB (Red+Green+Blue) = 189+9+15=213 (28% of max value = 765). Red value is 189 (74.22% from 255 or 88.73% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 189 - color contains mainly: red. Hex color #BD090F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD090F is #42F6F0. Grayscale: #3F3F3F. Windows color (decimal): -4388593 or 985533. OLE color: 985533.

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

Color convert

RGB 189 9 15 -
CMYK 0 0.95 0.92 0.26
HSL 358º 0.91% 0.39% -
HSV(B) 358º 0.95% 0.74% -
XYZ 21.17 11.05 1.47 -
YUV 63.5 100.63 217.51 -
System Red Green Blue C M Y K H S L
Decimal 189 9 15 0 0.95 0.92 0.26 358 0.91 0.39
Hex BD 9 F 0 5F 5C 1A 166 5B 27
Octal 275 11 17 0 137 134 32 546 133 47
Binary 10111101 1001 1111 0 1011111 1011100 11010 101100110 1011011 100111

Color Harmonies of #BD090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD090F

Black with #BD090F

Text Example


Text Example

White with #BD090F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD090F; }

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

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

background-color css

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

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

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

border-color css

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

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

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