Html Css Color HEX #BD3011 Harley Davidson Orange

📋 copy color: '#BD3011'

red 189 ◦ green 48 ◦ blue 17

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

Shades of Harley Davidson Orange #BD3011

Tints of Harley Davidson Orange #BD3011

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.9%

 BLUE value IS 17 (7.03% from 255) = 6.69%

R = 74.41%
G = 18.9%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BD3011 (or 0xBD3011) is known color: Harley Davidson Orange. HEX triplet: BD, 30 and 11. RGB value is (189,48,17). Sum of RGB (Red+Green+Blue) = 189+48+17=254 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.41% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3011 is #42CFEE. Grayscale: #565656. Windows color (decimal): -4378607 or 1126589. OLE color: 1126589.

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

Color convert

RGB 189 48 17 -
CMYK 0 0.75 0.91 0.26
HSL 10.81º 0.83% 0.4% -
HSV(B) 10.81º 0.91% 0.74% -
XYZ 22.14 12.97 1.87 -
YUV 86.63 88.71 201.02 -
System Red Green Blue C M Y K H S L
Decimal 189 48 17 0 0.75 0.91 0.26 10.81 0.83 0.4
Hex BD 30 11 0 4B 5B 1A B 53 28
Octal 275 60 21 0 113 133 32 13 123 50
Binary 10111101 110000 10001 0 1001011 1011011 11010 1011 1010011 101000

Color Harmonies of #BD3011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3011

Black with #BD3011

Text Example


Text Example

White with #BD3011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3011; }

 p { color: rgb(189,48,17); }

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

background-color css

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

 a { background-color: rgb(189,48,17); }

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

border-color css

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

 span { border-color: rgb(189,48,17); }

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