Html Css Color HEX #BD0014 Venetian Red

📋 copy color: '#BD0014'

red 189 ◦ green 0 ◦ blue 20

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

Shades of Venetian Red #BD0014

Tints of Venetian Red #BD0014

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 90.43%
G = 0%
B = 9.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD0014 (or 0xBD0014) is known color: Venetian Red. HEX triplet: BD, 00 and 14. RGB value is (189,0,20). Sum of RGB (Red+Green+Blue) = 189+0+20=209 (27% of max value = 765). Red value is 189 (74.22% from 255 or 90.43% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0014 is #42FFEB. Grayscale: #3A3A3A. Windows color (decimal): -4390892 or 1310909. OLE color: 1310909.

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

Color convert

RGB 189 0 20 -
CMYK 0 1 0.89 0.26
HSL 353.65º 1% 0.37% -
HSV(B) 353.65º 1% 0.74% -
XYZ 21.11 10.87 1.65 -
YUV 58.79 106.12 220.87 -
System Red Green Blue C M Y K H S L
Decimal 189 0 20 0 1 0.89 0.26 353.65 1 0.37
Hex BD 0 14 0 64 59 1A 162 64 25
Octal 275 0 24 0 144 131 32 542 144 45
Binary 10111101 0 10100 0 1100100 1011001 11010 101100010 1100100 100101

Color Harmonies of #BD0014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0014

Black with #BD0014

Text Example


Text Example

White with #BD0014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0014; }

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

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

background-color css

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

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

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

border-color css

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

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

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