Html Css Color HEX #BD1014 Venetian Red

📋 copy color: '#BD1014'

red 189 ◦ green 16 ◦ blue 20

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

Shades of Venetian Red #BD1014

Tints of Venetian Red #BD1014

RGB

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

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

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

R = 84%
G = 7.11%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD1014 (or 0xBD1014) is known color: Venetian Red. HEX triplet: BD, 10 and 14. RGB value is (189,16,20). Sum of RGB (Red+Green+Blue) = 189+16+20=225 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1014 is #42EFEB. Grayscale: #444444. Windows color (decimal): -4386796 or 1315005. OLE color: 1315005.

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

Color convert

RGB 189 16 20 -
CMYK 0 0.92 0.89 0.26
HSL 358.61º 0.84% 0.4% -
HSV(B) 358.61º 0.92% 0.74% -
XYZ 21.3 11.24 1.71 -
YUV 68.18 100.81 214.17 -
System Red Green Blue C M Y K H S L
Decimal 189 16 20 0 0.92 0.89 0.26 358.61 0.84 0.4
Hex BD 10 14 0 5C 59 1A 167 54 28
Octal 275 20 24 0 134 131 32 547 124 50
Binary 10111101 10000 10100 0 1011100 1011001 11010 101100111 1010100 101000

Color Harmonies of #BD1014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1014

Black with #BD1014

Text Example


Text Example

White with #BD1014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1014; }

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

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

background-color css

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

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

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

border-color css

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

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

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