Html Css Color HEX #B32502 Harley Davidson Orange

📋 copy color: '#B32502'

red 179 ◦ green 37 ◦ blue 2

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

Shades of Harley Davidson Orange #B32502

Tints of Harley Davidson Orange #B32502

RGB

 RED value IS 179 (70.31% from 255) = 82.11%

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

 BLUE value IS 2 (1.17% from 255) = 0.92%

R = 82.11%
G = 16.97%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B32502 (or 0xB32502) is known color: Harley Davidson Orange. HEX triplet: B3, 25 and 02. RGB value is (179,37,2). Sum of RGB (Red+Green+Blue) = 179+37+2=218 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.11% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 179 - color contains mainly: red. Hex color #B32502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32502 is #4CDAFD. Grayscale: #4B4B4B. Windows color (decimal): -5036798 or 140723. OLE color: 140723.

HSL color Cylindrical-coordinate representation of color #B32502: hue angle of 11.86º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B32502 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 37 2 -
CMYK 0 0.79 0.99 0.30
HSL 11.86º 0.98% 0.35% -
HSV(B) 11.86º 0.99% 0.7% -
XYZ 19.26 10.91 1.15 -
YUV 75.47 86.54 201.85 -
System Red Green Blue C M Y K H S L
Decimal 179 37 2 0 0.79 0.99 0.30 11.86 0.98 0.35
Hex B3 25 2 0 4F 63 1E C 62 23
Octal 263 45 2 0 117 143 36 14 142 43
Binary 10110011 100101 10 0 1001111 1100011 11110 1100 1100010 100011

Color Harmonies of #B32502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32502

Black with #B32502

Text Example


Text Example

White with #B32502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32502; }

 p { color: rgb(179,37,2); }

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

background-color css

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

 a { background-color: rgb(179,37,2); }

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

border-color css

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

 span { border-color: rgb(179,37,2); }

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