Html Css Color HEX #BD3410 Harley Davidson Orange

📋 copy color: '#BD3410'

red 189 ◦ green 52 ◦ blue 16

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

Shades of Harley Davidson Orange #BD3410

Tints of Harley Davidson Orange #BD3410

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.23%

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

R = 73.54%
G = 20.23%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD3410 (or 0xBD3410) is known color: Harley Davidson Orange. HEX triplet: BD, 34 and 10. RGB value is (189,52,16). Sum of RGB (Red+Green+Blue) = 189+52+16=257 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.54% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3410 is #42CBEF. Grayscale: #595959. Windows color (decimal): -4377584 or 1062077. OLE color: 1062077.

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

Color convert

RGB 189 52 16 -
CMYK 0 0.72 0.92 0.26
HSL 12.49º 0.84% 0.4% -
HSV(B) 12.49º 0.92% 0.74% -
XYZ 22.31 13.31 1.88 -
YUV 88.86 86.89 199.43 -
System Red Green Blue C M Y K H S L
Decimal 189 52 16 0 0.72 0.92 0.26 12.49 0.84 0.4
Hex BD 34 10 0 48 5C 1A C 54 28
Octal 275 64 20 0 110 134 32 14 124 50
Binary 10111101 110100 10000 0 1001000 1011100 11010 1100 1010100 101000

Color Harmonies of #BD3410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3410

Black with #BD3410

Text Example


Text Example

White with #BD3410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3410; }

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

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

background-color css

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

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

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

border-color css

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

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

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