Html Css Color HEX #B52302 Harley Davidson Orange

📋 copy color: '#B52302'

red 181 ◦ green 35 ◦ blue 2

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

Shades of Harley Davidson Orange #B52302

Tints of Harley Davidson Orange #B52302

RGB

 RED value IS 181 (71.09% from 255) = 83.03%

 GREEN value IS 35 (14.06% from 255) = 16.06%

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

R = 83.03%
G = 16.06%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B52302 (or 0xB52302) is known color: Harley Davidson Orange. HEX triplet: B5, 23 and 02. RGB value is (181,35,2). Sum of RGB (Red+Green+Blue) = 181+35+2=218 (28% of max value = 765). Red value is 181 (71.09% from 255 or 83.03% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 181 - color contains mainly: red. Hex color #B52302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52302 is #4ADCFD. Grayscale: #4B4B4B. Windows color (decimal): -4906238 or 140213. OLE color: 140213.

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

Color convert

RGB 181 35 2 -
CMYK 0 0.81 0.99 0.29
HSL 11.06º 0.98% 0.36% -
HSV(B) 11.06º 0.99% 0.71% -
XYZ 19.67 11.03 1.15 -
YUV 74.89 86.87 203.68 -
System Red Green Blue C M Y K H S L
Decimal 181 35 2 0 0.81 0.99 0.29 11.06 0.98 0.36
Hex B5 23 2 0 51 63 1D B 62 24
Octal 265 43 2 0 121 143 35 13 142 44
Binary 10110101 100011 10 0 1010001 1100011 11101 1011 1100010 100100

Color Harmonies of #B52302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52302

Black with #B52302

Text Example


Text Example

White with #B52302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52302; }

 p { color: rgb(181,35,2); }

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

background-color css

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

 a { background-color: rgb(181,35,2); }

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

border-color css

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

 span { border-color: rgb(181,35,2); }

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