Html Css Color HEX #BD0012 Venetian Red

📋 copy color: '#BD0012'

red 189 ◦ green 0 ◦ blue 18

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

Shades of Venetian Red #BD0012

Tints of Venetian Red #BD0012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 91.3%
G = 0%
B = 8.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD0012 (or 0xBD0012) is known color: Venetian Red. HEX triplet: BD, 00 and 12. RGB value is (189,0,18). Sum of RGB (Red+Green+Blue) = 189+0+18=207 (27% of max value = 765). Red value is 189 (74.22% from 255 or 91.30% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0012 is #42FFED. Grayscale: #3A3A3A. Windows color (decimal): -4390894 or 1179837. OLE color: 1179837.

HSL color Cylindrical-coordinate representation of color #BD0012: hue angle of 354.29º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD0012 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 0 18 -
CMYK 0 1 0.90 0.26
HSL 354.29º 1% 0.37% -
HSV(B) 354.29º 1% 0.74% -
XYZ 21.1 10.86 1.56 -
YUV 58.56 105.12 221.04 -
System Red Green Blue C M Y K H S L
Decimal 189 0 18 0 1 0.90 0.26 354.29 1 0.37
Hex BD 0 12 0 64 5A 1A 162 64 25
Octal 275 0 22 0 144 132 32 542 144 45
Binary 10111101 0 10010 0 1100100 1011010 11010 101100010 1100100 100101

Color Harmonies of #BD0012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0012

Black with #BD0012

Text Example


Text Example

White with #BD0012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0012; }

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

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

background-color css

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

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

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

border-color css

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

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

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