Html Css Color HEX #BD0112 Venetian Red

📋 copy color: '#BD0112'

red 189 ◦ green 1 ◦ blue 18

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

Shades of Venetian Red #BD0112

Tints of Venetian Red #BD0112

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

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

R = 90.87%
G = 0.48%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD0112 (or 0xBD0112) is known color: Venetian Red. HEX triplet: BD, 01 and 12. RGB value is (189,1,18). Sum of RGB (Red+Green+Blue) = 189+1+18=208 (27% of max value = 765). Red value is 189 (74.22% from 255 or 90.87% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0112 is #42FEED. Grayscale: #3B3B3B. Windows color (decimal): -4390638 or 1180093. OLE color: 1180093.

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

Color convert

RGB 189 1 18 -
CMYK 0 0.99 0.90 0.26
HSL 354.57º 0.99% 0.37% -
HSV(B) 354.57º 0.99% 0.74% -
XYZ 21.11 10.88 1.56 -
YUV 59.15 104.78 220.62 -
System Red Green Blue C M Y K H S L
Decimal 189 1 18 0 0.99 0.90 0.26 354.57 0.99 0.37
Hex BD 1 12 0 63 5A 1A 163 63 25
Octal 275 1 22 0 143 132 32 543 143 45
Binary 10111101 1 10010 0 1100011 1011010 11010 101100011 1100011 100101

Color Harmonies of #BD0112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0112

Black with #BD0112

Text Example


Text Example

White with #BD0112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0112; }

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

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

background-color css

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

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

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

border-color css

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

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

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