Html Css Color HEX #BD0616 Venetian Red

📋 copy color: '#BD0616'

red 189 ◦ green 6 ◦ blue 22

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

Shades of Venetian Red #BD0616

Tints of Venetian Red #BD0616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.14%

R = 87.1%
G = 2.76%
B = 10.14%

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

#BD0616 (or 0xBD0616) is known color: Venetian Red. HEX triplet: BD, 06 and 16. RGB value is (189,6,22). Sum of RGB (Red+Green+Blue) = 189+6+22=217 (28% of max value = 765). Red value is 189 (74.22% from 255 or 87.10% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0616 is #42F9E9. Grayscale: #3E3E3E. Windows color (decimal): -4389354 or 1443517. OLE color: 1443517.

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

Color convert

RGB 189 6 22 -
CMYK 0 0.97 0.88 0.26
HSL 354.75º 0.94% 0.38% -
HSV(B) 354.75º 0.97% 0.74% -
XYZ 21.2 11.01 1.77 -
YUV 62.54 105.13 218.2 -
System Red Green Blue C M Y K H S L
Decimal 189 6 22 0 0.97 0.88 0.26 354.75 0.94 0.38
Hex BD 6 16 0 61 58 1A 163 5E 26
Octal 275 6 26 0 141 130 32 543 136 46
Binary 10111101 110 10110 0 1100001 1011000 11010 101100011 1011110 100110

Color Harmonies of #BD0616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0616

Black with #BD0616

Text Example


Text Example

White with #BD0616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0616; }

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

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

background-color css

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

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

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

border-color css

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

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

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