Html Css Color HEX #BD0A10 Venetian Red

📋 copy color: '#BD0A10'

red 189 ◦ green 10 ◦ blue 16

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

Shades of Venetian Red #BD0A10

Tints of Venetian Red #BD0A10

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.65%

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

R = 87.91%
G = 4.65%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD0A10 (or 0xBD0A10) is known color: Venetian Red. HEX triplet: BD, 0A and 10. RGB value is (189,10,16). Sum of RGB (Red+Green+Blue) = 189+10+16=215 (28% of max value = 765). Red value is 189 (74.22% from 255 or 87.91% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0A10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0A10 is #42F5EF. Grayscale: #404040. Windows color (decimal): -4388336 or 1051325. OLE color: 1051325.

HSL color Cylindrical-coordinate representation of color #BD0A10: hue angle of 357.99º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0A10 is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 10 16 -
CMYK 0 0.95 0.92 0.26
HSL 357.99º 0.9% 0.39% -
HSV(B) 357.99º 0.95% 0.74% -
XYZ 21.19 11.07 1.51 -
YUV 64.21 100.8 217.01 -
System Red Green Blue C M Y K H S L
Decimal 189 10 16 0 0.95 0.92 0.26 357.99 0.9 0.39
Hex BD A 10 0 5F 5C 1A 166 5A 27
Octal 275 12 20 0 137 134 32 546 132 47
Binary 10111101 1010 10000 0 1011111 1011100 11010 101100110 1011010 100111

Color Harmonies of #BD0A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0A10

Black with #BD0A10

Text Example


Text Example

White with #BD0A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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