Html Css Color HEX #BD1015 Venetian Red

📋 copy color: '#BD1015'

red 189 ◦ green 16 ◦ blue 21

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

Shades of Venetian Red #BD1015

Tints of Venetian Red #BD1015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.29%

R = 83.63%
G = 7.08%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD1015 (or 0xBD1015) is known color: Venetian Red. HEX triplet: BD, 10 and 15. RGB value is (189,16,21). Sum of RGB (Red+Green+Blue) = 189+16+21=226 (29% of max value = 765). Red value is 189 (74.22% from 255 or 83.63% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1015 is #42EFEA. Grayscale: #444444. Windows color (decimal): -4386795 or 1380541. OLE color: 1380541.

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

Color convert

RGB 189 16 21 -
CMYK 0 0.92 0.89 0.26
HSL 358.27º 0.84% 0.4% -
HSV(B) 358.27º 0.92% 0.74% -
XYZ 21.31 11.24 1.76 -
YUV 68.3 101.31 214.09 -
System Red Green Blue C M Y K H S L
Decimal 189 16 21 0 0.92 0.89 0.26 358.27 0.84 0.4
Hex BD 10 15 0 5C 59 1A 166 54 28
Octal 275 20 25 0 134 131 32 546 124 50
Binary 10111101 10000 10101 0 1011100 1011001 11010 101100110 1010100 101000

Color Harmonies of #BD1015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1015

Black with #BD1015

Text Example


Text Example

White with #BD1015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1015; }

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

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

background-color css

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

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

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

border-color css

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

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

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