Html Css Color HEX #BD092A Venetian Red

📋 copy color: '#BD092A'

red 189 ◦ green 9 ◦ blue 42

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

Shades of Venetian Red #BD092A

Tints of Venetian Red #BD092A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.5%

R = 78.75%
G = 3.75%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD092A (or 0xBD092A) is known color: Venetian Red. HEX triplet: BD, 09 and 2A. RGB value is (189,9,42). Sum of RGB (Red+Green+Blue) = 189+9+42=240 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.75% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 189 - color contains mainly: red. Hex color #BD092A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD092A is #42F6D5. Grayscale: #424242. Windows color (decimal): -4388566 or 2755005. OLE color: 2755005.

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

Color convert

RGB 189 9 42 -
CMYK 0 0.95 0.78 0.26
HSL 349º 0.91% 0.39% -
HSV(B) 349º 0.95% 0.74% -
XYZ 21.5 11.18 3.22 -
YUV 66.58 114.13 215.32 -
System Red Green Blue C M Y K H S L
Decimal 189 9 42 0 0.95 0.78 0.26 349 0.91 0.39
Hex BD 9 2A 0 5F 4E 1A 15D 5B 27
Octal 275 11 52 0 137 116 32 535 133 47
Binary 10111101 1001 101010 0 1011111 1001110 11010 101011101 1011011 100111

Color Harmonies of #BD092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD092A

Black with #BD092A

Text Example


Text Example

White with #BD092A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD092A; }

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

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

background-color css

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

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

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

border-color css

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

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

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