Html Css Color HEX #BD1314 Venetian Red

📋 copy color: '#BD1314'

red 189 ◦ green 19 ◦ blue 20

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

Shades of Venetian Red #BD1314

Tints of Venetian Red #BD1314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.77%

R = 82.89%
G = 8.33%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD1314 (or 0xBD1314) is known color: Venetian Red. HEX triplet: BD, 13 and 14. RGB value is (189,19,20). Sum of RGB (Red+Green+Blue) = 189+19+20=228 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.89% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1314 is #42ECEB. Grayscale: #464646. Windows color (decimal): -4386028 or 1315773. OLE color: 1315773.

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

Color convert

RGB 189 19 20 -
CMYK 0 0.90 0.89 0.26
HSL 359.65º 0.82% 0.41% -
HSV(B) 359.65º 0.9% 0.74% -
XYZ 21.35 11.34 1.72 -
YUV 69.94 99.82 212.92 -
System Red Green Blue C M Y K H S L
Decimal 189 19 20 0 0.90 0.89 0.26 359.65 0.82 0.41
Hex BD 13 14 0 5A 59 1A 168 52 29
Octal 275 23 24 0 132 131 32 550 122 51
Binary 10111101 10011 10100 0 1011010 1011001 11010 101101000 1010010 101001

Color Harmonies of #BD1314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1314

Black with #BD1314

Text Example


Text Example

White with #BD1314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1314; }

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

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

background-color css

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

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

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

border-color css

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

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

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