Html Css Color HEX #B42504 Harley Davidson Orange

📋 copy color: '#B42504'

red 180 ◦ green 37 ◦ blue 4

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

Shades of Harley Davidson Orange #B42504

Tints of Harley Davidson Orange #B42504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.81%

R = 81.45%
G = 16.74%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B42504 (or 0xB42504) is known color: Harley Davidson Orange. HEX triplet: B4, 25 and 04. RGB value is (180,37,4). Sum of RGB (Red+Green+Blue) = 180+37+4=221 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.45% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 4 (1.95% from 255 or 1.81% from 221); Max value from RGB is 180 - color contains mainly: red. Hex color #B42504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42504 is #4BDAFB. Grayscale: #4C4C4C. Windows color (decimal): -4971260 or 271796. OLE color: 271796.

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

Color convert

RGB 180 37 4 -
CMYK 0 0.79 0.98 0.29
HSL 11.25º 0.96% 0.36% -
HSV(B) 11.25º 0.98% 0.71% -
XYZ 19.51 11.04 1.22 -
YUV 76 87.38 202.18 -
System Red Green Blue C M Y K H S L
Decimal 180 37 4 0 0.79 0.98 0.29 11.25 0.96 0.36
Hex B4 25 4 0 4F 62 1D B 60 24
Octal 264 45 4 0 117 142 35 13 140 44
Binary 10110100 100101 100 0 1001111 1100010 11101 1011 1100000 100100

Color Harmonies of #B42504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42504

Black with #B42504

Text Example


Text Example

White with #B42504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42504; }

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

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

background-color css

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

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

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

border-color css

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

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

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