Html Css Color HEX #BD3A1D Harley Davidson Orange

📋 copy color: '#BD3A1D'

red 189 ◦ green 58 ◦ blue 29

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

Shades of Harley Davidson Orange #BD3A1D

Tints of Harley Davidson Orange #BD3A1D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.01%

 BLUE value IS 29 (11.72% from 255) = 10.51%

R = 68.48%
G = 21.01%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD3A1D (or 0xBD3A1D) is known color: Harley Davidson Orange. HEX triplet: BD, 3A and 1D. RGB value is (189,58,29). Sum of RGB (Red+Green+Blue) = 189+58+29=276 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.48% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3A1D is #42C5E2. Grayscale: #5E5E5E. Windows color (decimal): -4376035 or 1915581. OLE color: 1915581.

HSL color Cylindrical-coordinate representation of color #BD3A1D: hue angle of 10.88º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD3A1D is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 58 29 -
CMYK 0 0.69 0.85 0.26
HSL 10.88º 0.73% 0.43% -
HSV(B) 10.88º 0.85% 0.74% -
XYZ 22.72 13.93 2.65 -
YUV 93.86 91.4 195.86 -
System Red Green Blue C M Y K H S L
Decimal 189 58 29 0 0.69 0.85 0.26 10.88 0.73 0.43
Hex BD 3A 1D 0 45 55 1A B 49 2B
Octal 275 72 35 0 105 125 32 13 111 53
Binary 10111101 111010 11101 0 1000101 1010101 11010 1011 1001001 101011

Color Harmonies of #BD3A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3A1D

Black with #BD3A1D

Text Example


Text Example

White with #BD3A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3A1D; }

 p { color: rgb(189,58,29); }

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

background-color css

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

 a { background-color: rgb(189,58,29); }

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

border-color css

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

 span { border-color: rgb(189,58,29); }

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