Html Css Color HEX #BD2810 Harley Davidson Orange

📋 copy color: '#BD2810'

red 189 ◦ green 40 ◦ blue 16

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

Shades of Harley Davidson Orange #BD2810

Tints of Harley Davidson Orange #BD2810

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.33%

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

R = 77.14%
G = 16.33%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD2810 (or 0xBD2810) is known color: Harley Davidson Orange. HEX triplet: BD, 28 and 10. RGB value is (189,40,16). Sum of RGB (Red+Green+Blue) = 189+40+16=245 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.14% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2810 is #42D7EF. Grayscale: #525252. Windows color (decimal): -4380656 or 1059005. OLE color: 1059005.

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

Color convert

RGB 189 40 16 -
CMYK 0 0.79 0.92 0.26
HSL 8.32º 0.84% 0.4% -
HSV(B) 8.32º 0.92% 0.74% -
XYZ 21.84 12.37 1.73 -
YUV 81.82 90.86 204.45 -
System Red Green Blue C M Y K H S L
Decimal 189 40 16 0 0.79 0.92 0.26 8.32 0.84 0.4
Hex BD 28 10 0 4F 5C 1A 8 54 28
Octal 275 50 20 0 117 134 32 10 124 50
Binary 10111101 101000 10000 0 1001111 1011100 11010 1000 1010100 101000

Color Harmonies of #BD2810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2810

Black with #BD2810

Text Example


Text Example

White with #BD2810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2810; }

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

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

background-color css

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

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

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

border-color css

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

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

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