Html Css Color HEX #B42500 Harley Davidson Orange

📋 copy color: '#B42500'

red 180 ◦ green 37 ◦ blue 0

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

Shades of Harley Davidson Orange #B42500

Tints of Harley Davidson Orange #B42500

RGB

 RED value IS 180 (70.7% from 255) = 82.95%

 GREEN value IS 37 (14.84% from 255) = 17.05%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.95%
G = 17.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B42500 (or 0xB42500) is known color: Harley Davidson Orange. HEX triplet: B4, 25 and 00. RGB value is (180,37,0). Sum of RGB (Red+Green+Blue) = 180+37+0=217 (28% of max value = 765). Red value is 180 (70.70% from 255 or 82.95% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 180 - color contains mainly: red. Hex color #B42500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42500 is #4BDAFF. Grayscale: #4B4B4B. Windows color (decimal): -4971264 or 9652. OLE color: 9652.

HSL color Cylindrical-coordinate representation of color #B42500: hue angle of 12.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B42500 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 37 0 -
CMYK 0 0.79 1 0.29
HSL 12.33º 1% 0.35% -
HSV(B) 12.33º 1% 0.71% -
XYZ 19.48 11.03 1.1 -
YUV 75.54 85.38 202.51 -
System Red Green Blue C M Y K H S L
Decimal 180 37 0 0 0.79 1 0.29 12.33 1 0.35
Hex B4 25 0 0 4F 64 1D C 64 23
Octal 264 45 0 0 117 144 35 14 144 43
Binary 10110100 100101 0 0 1001111 1100100 11101 1100 1100100 100011

Color Harmonies of #B42500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42500

Black with #B42500

Text Example


Text Example

White with #B42500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42500; }

 p { color: rgb(180,37,0); }

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

background-color css

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

 a { background-color: rgb(180,37,0); }

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

border-color css

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

 span { border-color: rgb(180,37,0); }

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