Html Css Color HEX #BD0411 Venetian Red

📋 copy color: '#BD0411'

red 189 ◦ green 4 ◦ blue 17

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

Shades of Venetian Red #BD0411

Tints of Venetian Red #BD0411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.1%

R = 90%
G = 1.9%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BD0411 (or 0xBD0411) is known color: Venetian Red. HEX triplet: BD, 04 and 11. RGB value is (189,4,17). Sum of RGB (Red+Green+Blue) = 189+4+17=210 (27% of max value = 765). Red value is 189 (74.22% from 255 or 90% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0411 is #42FBEE. Grayscale: #3C3C3C. Windows color (decimal): -4389871 or 1115325. OLE color: 1115325.

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

Color convert

RGB 189 4 17 -
CMYK 0 0.98 0.91 0.26
HSL 355.78º 0.96% 0.38% -
HSV(B) 355.78º 0.98% 0.74% -
XYZ 21.13 10.95 1.53 -
YUV 60.8 103.29 219.44 -
System Red Green Blue C M Y K H S L
Decimal 189 4 17 0 0.98 0.91 0.26 355.78 0.96 0.38
Hex BD 4 11 0 62 5B 1A 164 60 26
Octal 275 4 21 0 142 133 32 544 140 46
Binary 10111101 100 10001 0 1100010 1011011 11010 101100100 1100000 100110

Color Harmonies of #BD0411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0411

Black with #BD0411

Text Example


Text Example

White with #BD0411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0411; }

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

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

background-color css

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

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

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

border-color css

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

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

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