Html Css Color HEX #BD1417 Venetian Red

📋 copy color: '#BD1417'

red 189 ◦ green 20 ◦ blue 23

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

Shades of Venetian Red #BD1417

Tints of Venetian Red #BD1417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.62%

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

R = 81.47%
G = 8.62%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD1417 (or 0xBD1417) is known color: Venetian Red. HEX triplet: BD, 14 and 17. RGB value is (189,20,23). Sum of RGB (Red+Green+Blue) = 189+20+23=232 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.47% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1417 is #42EBE8. Grayscale: #474747. Windows color (decimal): -4385769 or 1512637. OLE color: 1512637.

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

Color convert

RGB 189 20 23 -
CMYK 0 0.89 0.88 0.26
HSL 358.93º 0.81% 0.41% -
HSV(B) 358.93º 0.89% 0.74% -
XYZ 21.39 11.38 1.88 -
YUV 70.87 100.99 212.26 -
System Red Green Blue C M Y K H S L
Decimal 189 20 23 0 0.89 0.88 0.26 358.93 0.81 0.41
Hex BD 14 17 0 59 58 1A 167 51 29
Octal 275 24 27 0 131 130 32 547 121 51
Binary 10111101 10100 10111 0 1011001 1011000 11010 101100111 1010001 101001

Color Harmonies of #BD1417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1417

Black with #BD1417

Text Example


Text Example

White with #BD1417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1417; }

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

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

background-color css

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

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

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

border-color css

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

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

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