Html Css Color HEX #BD0110 Venetian Red

📋 copy color: '#BD0110'

red 189 ◦ green 1 ◦ blue 16

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

Shades of Venetian Red #BD0110

Tints of Venetian Red #BD0110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.77%

R = 91.75%
G = 0.49%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD0110 (or 0xBD0110) is known color: Venetian Red. HEX triplet: BD, 01 and 10. RGB value is (189,1,16). Sum of RGB (Red+Green+Blue) = 189+1+16=206 (27% of max value = 765). Red value is 189 (74.22% from 255 or 91.75% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0110 is #42FEEF. Grayscale: #3B3B3B. Windows color (decimal): -4390640 or 1049021. OLE color: 1049021.

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

Color convert

RGB 189 1 16 -
CMYK 0 0.99 0.92 0.26
HSL 355.21º 0.99% 0.37% -
HSV(B) 355.21º 0.99% 0.74% -
XYZ 21.09 10.88 1.48 -
YUV 58.92 103.78 220.78 -
System Red Green Blue C M Y K H S L
Decimal 189 1 16 0 0.99 0.92 0.26 355.21 0.99 0.37
Hex BD 1 10 0 63 5C 1A 163 63 25
Octal 275 1 20 0 143 134 32 543 143 45
Binary 10111101 1 10000 0 1100011 1011100 11010 101100011 1100011 100101

Color Harmonies of #BD0110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0110

Black with #BD0110

Text Example


Text Example

White with #BD0110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0110; }

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

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

background-color css

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

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

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

border-color css

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

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

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