Html Css Color HEX #BD1317 Venetian Red

📋 copy color: '#BD1317'

red 189 ◦ green 19 ◦ blue 23

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

Shades of Venetian Red #BD1317

Tints of Venetian Red #BD1317

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.23%

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

R = 81.82%
G = 8.23%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD1317 (or 0xBD1317) is known color: Venetian Red. HEX triplet: BD, 13 and 17. RGB value is (189,19,23). Sum of RGB (Red+Green+Blue) = 189+19+23=231 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.82% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 23 (9.38% from 255 or 9.96% from 231); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1317 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1317 is #42ECE8. Grayscale: #464646. Windows color (decimal): -4386025 or 1512381. OLE color: 1512381.

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

Color convert

RGB 189 19 23 -
CMYK 0 0.90 0.88 0.26
HSL 358.59º 0.82% 0.41% -
HSV(B) 358.59º 0.9% 0.74% -
XYZ 21.37 11.35 1.87 -
YUV 70.29 101.32 212.67 -
System Red Green Blue C M Y K H S L
Decimal 189 19 23 0 0.90 0.88 0.26 358.59 0.82 0.41
Hex BD 13 17 0 5A 58 1A 167 52 29
Octal 275 23 27 0 132 130 32 547 122 51
Binary 10111101 10011 10111 0 1011010 1011000 11010 101100111 1010010 101001

Color Harmonies of #BD1317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1317

Black with #BD1317

Text Example


Text Example

White with #BD1317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1317; }

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

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

background-color css

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

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

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

border-color css

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

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

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