Html Css Color HEX #BD020E Venetian Red

📋 copy color: '#BD020E'

red 189 ◦ green 2 ◦ blue 14

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

Shades of Venetian Red #BD020E

Tints of Venetian Red #BD020E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

 BLUE value IS 14 (5.86% from 255) = 6.83%

R = 92.2%
G = 0.98%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD020E (or 0xBD020E) is known color: Venetian Red. HEX triplet: BD, 02 and 0E. RGB value is (189,2,14). Sum of RGB (Red+Green+Blue) = 189+2+14=205 (27% of max value = 765). Red value is 189 (74.22% from 255 or 92.20% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 189 - color contains mainly: red. Hex color #BD020E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD020E is #42FDF1. Grayscale: #3B3B3B. Windows color (decimal): -4390386 or 918205. OLE color: 918205.

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

Color convert

RGB 189 2 14 -
CMYK 0 0.99 0.93 0.26
HSL 356.15º 0.98% 0.37% -
HSV(B) 356.15º 0.99% 0.74% -
XYZ 21.09 10.89 1.41 -
YUV 59.28 102.45 220.52 -
System Red Green Blue C M Y K H S L
Decimal 189 2 14 0 0.99 0.93 0.26 356.15 0.98 0.37
Hex BD 2 E 0 63 5D 1A 164 62 25
Octal 275 2 16 0 143 135 32 544 142 45
Binary 10111101 10 1110 0 1100011 1011101 11010 101100100 1100010 100101

Color Harmonies of #BD020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD020E

Black with #BD020E

Text Example


Text Example

White with #BD020E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD020E; }

 p { color: rgb(189,2,14); }

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

background-color css

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

 a { background-color: rgb(189,2,14); }

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

border-color css

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

 span { border-color: rgb(189,2,14); }

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