Html Css Color HEX #BD1012 Venetian Red

📋 copy color: '#BD1012'

red 189 ◦ green 16 ◦ blue 18

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

Shades of Venetian Red #BD1012

Tints of Venetian Red #BD1012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.07%

R = 84.75%
G = 7.17%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD1012 (or 0xBD1012) is known color: Venetian Red. HEX triplet: BD, 10 and 12. RGB value is (189,16,18). Sum of RGB (Red+Green+Blue) = 189+16+18=223 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84.75% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1012 is #42EFED. Grayscale: #444444. Windows color (decimal): -4386798 or 1183933. OLE color: 1183933.

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

Color convert

RGB 189 16 18 -
CMYK 0 0.92 0.90 0.26
HSL 359.31º 0.84% 0.4% -
HSV(B) 359.31º 0.92% 0.74% -
XYZ 21.28 11.23 1.62 -
YUV 67.96 99.81 214.34 -
System Red Green Blue C M Y K H S L
Decimal 189 16 18 0 0.92 0.90 0.26 359.31 0.84 0.4
Hex BD 10 12 0 5C 5A 1A 167 54 28
Octal 275 20 22 0 134 132 32 547 124 50
Binary 10111101 10000 10010 0 1011100 1011010 11010 101100111 1010100 101000

Color Harmonies of #BD1012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1012

Black with #BD1012

Text Example


Text Example

White with #BD1012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1012; }

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

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

background-color css

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

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

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

border-color css

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

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

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