Html Css Color HEX #BD0A17 Venetian Red

📋 copy color: '#BD0A17'

red 189 ◦ green 10 ◦ blue 23

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

Shades of Venetian Red #BD0A17

Tints of Venetian Red #BD0A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.36%

R = 85.14%
G = 4.5%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD0A17 (or 0xBD0A17) is known color: Venetian Red. HEX triplet: BD, 0A and 17. RGB value is (189,10,23). Sum of RGB (Red+Green+Blue) = 189+10+23=222 (29% of max value = 765). Red value is 189 (74.22% from 255 or 85.14% from 222); Green value is 10 (4.30% from 255 or 4.50% from 222); Blue value is 23 (9.38% from 255 or 10.36% from 222); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0A17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0A17 is #42F5E8. Grayscale: #414141. Windows color (decimal): -4388329 or 1510077. OLE color: 1510077.

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

Color convert

RGB 189 10 23 -
CMYK 0 0.95 0.88 0.26
HSL 355.64º 0.9% 0.39% -
HSV(B) 355.64º 0.95% 0.74% -
XYZ 21.25 11.1 1.83 -
YUV 65 104.3 216.44 -
System Red Green Blue C M Y K H S L
Decimal 189 10 23 0 0.95 0.88 0.26 355.64 0.9 0.39
Hex BD A 17 0 5F 58 1A 164 5A 27
Octal 275 12 27 0 137 130 32 544 132 47
Binary 10111101 1010 10111 0 1011111 1011000 11010 101100100 1011010 100111

Color Harmonies of #BD0A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0A17

Black with #BD0A17

Text Example


Text Example

White with #BD0A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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