Html Css Color HEX #B52A08 Harley Davidson Orange

📋 copy color: '#B52A08'

red 181 ◦ green 42 ◦ blue 8

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

Shades of Harley Davidson Orange #B52A08

Tints of Harley Davidson Orange #B52A08

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.18%

 BLUE value IS 8 (3.52% from 255) = 3.46%

R = 78.35%
G = 18.18%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B52A08 (or 0xB52A08) is known color: Harley Davidson Orange. HEX triplet: B5, 2A and 08. RGB value is (181,42,8). Sum of RGB (Red+Green+Blue) = 181+42+8=231 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.35% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52A08 is #4AD5F7. Grayscale: #4F4F4F. Windows color (decimal): -4904440 or 535221. OLE color: 535221.

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

Color convert

RGB 181 42 8 -
CMYK 0 0.77 0.96 0.29
HSL 11.79º 0.92% 0.37% -
HSV(B) 11.79º 0.96% 0.71% -
XYZ 19.93 11.5 1.4 -
YUV 79.69 87.55 200.26 -
System Red Green Blue C M Y K H S L
Decimal 181 42 8 0 0.77 0.96 0.29 11.79 0.92 0.37
Hex B5 2A 8 0 4D 60 1D C 5C 25
Octal 265 52 10 0 115 140 35 14 134 45
Binary 10110101 101010 1000 0 1001101 1100000 11101 1100 1011100 100101

Color Harmonies of #B52A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52A08

Black with #B52A08

Text Example


Text Example

White with #B52A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52A08; }

 p { color: rgb(181,42,8); }

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

background-color css

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

 a { background-color: rgb(181,42,8); }

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

border-color css

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

 span { border-color: rgb(181,42,8); }

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