Html Css Color HEX #BD0417 Venetian Red

📋 copy color: '#BD0417'

red 189 ◦ green 4 ◦ blue 23

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

Shades of Venetian Red #BD0417

Tints of Venetian Red #BD0417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.65%

R = 87.5%
G = 1.85%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD0417 (or 0xBD0417) is known color: Venetian Red. HEX triplet: BD, 04 and 17. RGB value is (189,4,23). Sum of RGB (Red+Green+Blue) = 189+4+23=216 (28% of max value = 765). Red value is 189 (74.22% from 255 or 87.5% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 23 (9.38% from 255 or 10.65% from 216); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0417 is #42FBE8. Grayscale: #3D3D3D. Windows color (decimal): -4389865 or 1508541. OLE color: 1508541.

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

Color convert

RGB 189 4 23 -
CMYK 0 0.98 0.88 0.26
HSL 353.84º 0.96% 0.38% -
HSV(B) 353.84º 0.98% 0.74% -
XYZ 21.18 10.97 1.81 -
YUV 61.48 106.29 218.96 -
System Red Green Blue C M Y K H S L
Decimal 189 4 23 0 0.98 0.88 0.26 353.84 0.96 0.38
Hex BD 4 17 0 62 58 1A 162 60 26
Octal 275 4 27 0 142 130 32 542 140 46
Binary 10111101 100 10111 0 1100010 1011000 11010 101100010 1100000 100110

Color Harmonies of #BD0417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0417

Black with #BD0417

Text Example


Text Example

White with #BD0417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0417; }

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

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

background-color css

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

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

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

border-color css

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

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

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