Html Css Color HEX #BD1017 Venetian Red

📋 copy color: '#BD1017'

red 189 ◦ green 16 ◦ blue 23

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

Shades of Venetian Red #BD1017

Tints of Venetian Red #BD1017

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.02%

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

R = 82.89%
G = 7.02%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD1017 (or 0xBD1017) is known color: Venetian Red. HEX triplet: BD, 10 and 17. RGB value is (189,16,23). Sum of RGB (Red+Green+Blue) = 189+16+23=228 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.89% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 23 (9.38% from 255 or 10.09% from 228); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1017 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1017 is #42EFE8. Grayscale: #444444. Windows color (decimal): -4386793 or 1511613. OLE color: 1511613.

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

Color convert

RGB 189 16 23 -
CMYK 0 0.92 0.88 0.26
HSL 357.57º 0.84% 0.4% -
HSV(B) 357.57º 0.92% 0.74% -
XYZ 21.33 11.25 1.86 -
YUV 68.53 102.31 213.93 -
System Red Green Blue C M Y K H S L
Decimal 189 16 23 0 0.92 0.88 0.26 357.57 0.84 0.4
Hex BD 10 17 0 5C 58 1A 166 54 28
Octal 275 20 27 0 134 130 32 546 124 50
Binary 10111101 10000 10111 0 1011100 1011000 11010 101100110 1010100 101000

Color Harmonies of #BD1017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1017

Black with #BD1017

Text Example


Text Example

White with #BD1017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1017; }

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

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

background-color css

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

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

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

border-color css

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

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

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