Html Css Color HEX #B52305 Harley Davidson Orange

📋 copy color: '#B52305'

red 181 ◦ green 35 ◦ blue 5

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

Shades of Harley Davidson Orange #B52305

Tints of Harley Davidson Orange #B52305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.26%

R = 81.9%
G = 15.84%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B52305 (or 0xB52305) is known color: Harley Davidson Orange. HEX triplet: B5, 23 and 05. RGB value is (181,35,5). Sum of RGB (Red+Green+Blue) = 181+35+5=221 (29% of max value = 765). Red value is 181 (71.09% from 255 or 81.90% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 181 - color contains mainly: red. Hex color #B52305 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52305 is #4ADCFA. Grayscale: #4B4B4B. Windows color (decimal): -4906235 or 336821. OLE color: 336821.

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

Color convert

RGB 181 35 5 -
CMYK 0 0.81 0.97 0.29
HSL 10.23º 0.95% 0.36% -
HSV(B) 10.23º 0.97% 0.71% -
XYZ 19.68 11.04 1.24 -
YUV 75.23 88.37 203.44 -
System Red Green Blue C M Y K H S L
Decimal 181 35 5 0 0.81 0.97 0.29 10.23 0.95 0.36
Hex B5 23 5 0 51 61 1D A 5F 24
Octal 265 43 5 0 121 141 35 12 137 44
Binary 10110101 100011 101 0 1010001 1100001 11101 1010 1011111 100100

Color Harmonies of #B52305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52305

Black with #B52305

Text Example


Text Example

White with #B52305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52305; }

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

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

background-color css

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

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

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

border-color css

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

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

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