Html Css Color HEX #BD001E Venetian Red

📋 copy color: '#BD001E'

red 189 ◦ green 0 ◦ blue 30

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

Shades of Venetian Red #BD001E

Tints of Venetian Red #BD001E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.7%

R = 86.3%
G = 0%
B = 13.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD001E (or 0xBD001E) is known color: Venetian Red. HEX triplet: BD, 00 and 1E. RGB value is (189,0,30). Sum of RGB (Red+Green+Blue) = 189+0+30=219 (29% of max value = 765). Red value is 189 (74.22% from 255 or 86.30% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 30 (12.11% from 255 or 13.70% from 219); Max value from RGB is 189 - color contains mainly: red. Hex color #BD001E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD001E is #42FFE1. Grayscale: #3B3B3B. Windows color (decimal): -4390882 or 1966269. OLE color: 1966269.

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

Color convert

RGB 189 0 30 -
CMYK 0 1 0.84 0.26
HSL 350.48º 1% 0.37% -
HSV(B) 350.48º 1% 0.74% -
XYZ 21.22 10.91 2.22 -
YUV 59.93 111.12 220.06 -
System Red Green Blue C M Y K H S L
Decimal 189 0 30 0 1 0.84 0.26 350.48 1 0.37
Hex BD 0 1E 0 64 54 1A 15E 64 25
Octal 275 0 36 0 144 124 32 536 144 45
Binary 10111101 0 11110 0 1100100 1010100 11010 101011110 1100100 100101

Color Harmonies of #BD001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD001E

Black with #BD001E

Text Example


Text Example

White with #BD001E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD001E; }

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

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

background-color css

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

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

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

border-color css

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

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

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