Html Css Color HEX #BD1016 Venetian Red

📋 copy color: '#BD1016'

red 189 ◦ green 16 ◦ blue 22

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

Shades of Venetian Red #BD1016

Tints of Venetian Red #BD1016

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.05%

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

R = 83.26%
G = 7.05%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD1016 (or 0xBD1016) is known color: Venetian Red. HEX triplet: BD, 10 and 16. RGB value is (189,16,22). Sum of RGB (Red+Green+Blue) = 189+16+22=227 (30% of max value = 765). Red value is 189 (74.22% from 255 or 83.26% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1016 is #42EFE9. Grayscale: #444444. Windows color (decimal): -4386794 or 1446077. OLE color: 1446077.

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

Color convert

RGB 189 16 22 -
CMYK 0 0.92 0.88 0.26
HSL 357.92º 0.84% 0.4% -
HSV(B) 357.92º 0.92% 0.74% -
XYZ 21.32 11.25 1.81 -
YUV 68.41 101.81 214.01 -
System Red Green Blue C M Y K H S L
Decimal 189 16 22 0 0.92 0.88 0.26 357.92 0.84 0.4
Hex BD 10 16 0 5C 58 1A 166 54 28
Octal 275 20 26 0 134 130 32 546 124 50
Binary 10111101 10000 10110 0 1011100 1011000 11010 101100110 1010100 101000

Color Harmonies of #BD1016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1016

Black with #BD1016

Text Example


Text Example

White with #BD1016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1016; }

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

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

background-color css

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

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

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

border-color css

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

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

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