Html Css Color HEX #BD1117 Venetian Red

📋 copy color: '#BD1117'

red 189 ◦ green 17 ◦ blue 23

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

Shades of Venetian Red #BD1117

Tints of Venetian Red #BD1117

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.42%

 BLUE value IS 23 (9.38% from 255) = 10.04%

R = 82.53%
G = 7.42%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD1117 (or 0xBD1117) is known color: Venetian Red. HEX triplet: BD, 11 and 17. RGB value is (189,17,23). Sum of RGB (Red+Green+Blue) = 189+17+23=229 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.53% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 23 (9.38% from 255 or 10.04% from 229); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1117 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1117 is #42EEE8. Grayscale: #454545. Windows color (decimal): -4386537 or 1511869. OLE color: 1511869.

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

Color convert

RGB 189 17 23 -
CMYK 0 0.91 0.88 0.26
HSL 357.91º 0.83% 0.4% -
HSV(B) 357.91º 0.91% 0.74% -
XYZ 21.34 11.28 1.86 -
YUV 69.11 101.98 213.51 -
System Red Green Blue C M Y K H S L
Decimal 189 17 23 0 0.91 0.88 0.26 357.91 0.83 0.4
Hex BD 11 17 0 5B 58 1A 166 53 28
Octal 275 21 27 0 133 130 32 546 123 50
Binary 10111101 10001 10111 0 1011011 1011000 11010 101100110 1010011 101000

Color Harmonies of #BD1117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1117

Black with #BD1117

Text Example


Text Example

White with #BD1117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1117; }

 p { color: rgb(189,17,23); }

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

background-color css

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

 a { background-color: rgb(189,17,23); }

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

border-color css

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

 span { border-color: rgb(189,17,23); }

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