Html Css Color HEX #BD3424 Harley Davidson Orange

📋 copy color: '#BD3424'

red 189 ◦ green 52 ◦ blue 36

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

Shades of Harley Davidson Orange #BD3424

Tints of Harley Davidson Orange #BD3424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13%

R = 68.23%
G = 18.77%
B = 13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD3424 (or 0xBD3424) is known color: Harley Davidson Orange. HEX triplet: BD, 34 and 24. RGB value is (189,52,36). Sum of RGB (Red+Green+Blue) = 189+52+36=277 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.23% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 36 (14.45% from 255 or 13.00% from 277); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3424 is #42CBDB. Grayscale: #5B5B5B. Windows color (decimal): -4377564 or 2372797. OLE color: 2372797.

HSL color Cylindrical-coordinate representation of color #BD3424: hue angle of 6.27º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD3424 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 52 36 -
CMYK 0 0.72 0.81 0.26
HSL 6.27º 0.68% 0.44% -
HSV(B) 6.27º 0.81% 0.74% -
XYZ 22.53 13.4 3.07 -
YUV 91.14 96.89 197.8 -
System Red Green Blue C M Y K H S L
Decimal 189 52 36 0 0.72 0.81 0.26 6.27 0.68 0.44
Hex BD 34 24 0 48 51 1A 6 44 2C
Octal 275 64 44 0 110 121 32 6 104 54
Binary 10111101 110100 100100 0 1001000 1010001 11010 110 1000100 101100

Color Harmonies of #BD3424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3424

Black with #BD3424

Text Example


Text Example

White with #BD3424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3424; }

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

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

background-color css

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

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

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

border-color css

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

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

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