Html Css Color HEX #BD040E Venetian Red

📋 copy color: '#BD040E'

red 189 ◦ green 4 ◦ blue 14

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

Shades of Venetian Red #BD040E

Tints of Venetian Red #BD040E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.93%

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

R = 91.3%
G = 1.93%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD040E (or 0xBD040E) is known color: Venetian Red. HEX triplet: BD, 04 and 0E. RGB value is (189,4,14). Sum of RGB (Red+Green+Blue) = 189+4+14=207 (27% of max value = 765). Red value is 189 (74.22% from 255 or 91.30% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 189 - color contains mainly: red. Hex color #BD040E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD040E is #42FBF1. Grayscale: #3C3C3C. Windows color (decimal): -4389874 or 918717. OLE color: 918717.

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

Color convert

RGB 189 4 14 -
CMYK 0 0.98 0.93 0.26
HSL 356.76º 0.96% 0.38% -
HSV(B) 356.76º 0.98% 0.74% -
XYZ 21.11 10.94 1.41 -
YUV 60.46 101.79 219.69 -
System Red Green Blue C M Y K H S L
Decimal 189 4 14 0 0.98 0.93 0.26 356.76 0.96 0.38
Hex BD 4 E 0 62 5D 1A 165 60 26
Octal 275 4 16 0 142 135 32 545 140 46
Binary 10111101 100 1110 0 1100010 1011101 11010 101100101 1100000 100110

Color Harmonies of #BD040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD040E

Black with #BD040E

Text Example


Text Example

White with #BD040E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD040E; }

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

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

background-color css

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

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

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

border-color css

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

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

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