Html Css Color HEX #BD0617 Venetian Red

📋 copy color: '#BD0617'

red 189 ◦ green 6 ◦ blue 23

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

Shades of Venetian Red #BD0617

Tints of Venetian Red #BD0617

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.75%

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

R = 86.7%
G = 2.75%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD0617 (or 0xBD0617) is known color: Venetian Red. HEX triplet: BD, 06 and 17. RGB value is (189,6,23). Sum of RGB (Red+Green+Blue) = 189+6+23=218 (28% of max value = 765). Red value is 189 (74.22% from 255 or 86.70% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 23 (9.38% from 255 or 10.55% from 218); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0617 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0617 is #42F9E8. Grayscale: #3E3E3E. Windows color (decimal): -4389353 or 1509053. OLE color: 1509053.

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

Color convert

RGB 189 6 23 -
CMYK 0 0.97 0.88 0.26
HSL 354.43º 0.94% 0.38% -
HSV(B) 354.43º 0.97% 0.74% -
XYZ 21.21 11.01 1.82 -
YUV 62.66 105.63 218.12 -
System Red Green Blue C M Y K H S L
Decimal 189 6 23 0 0.97 0.88 0.26 354.43 0.94 0.38
Hex BD 6 17 0 61 58 1A 162 5E 26
Octal 275 6 27 0 141 130 32 542 136 46
Binary 10111101 110 10111 0 1100001 1011000 11010 101100010 1011110 100110

Color Harmonies of #BD0617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0617

Black with #BD0617

Text Example


Text Example

White with #BD0617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0617; }

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

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

background-color css

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

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

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

border-color css

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

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

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