Html Css Color HEX #B5280A Harley Davidson Orange

📋 copy color: '#B5280A'

red 181 ◦ green 40 ◦ blue 10

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

Shades of Harley Davidson Orange #B5280A

Tints of Harley Davidson Orange #B5280A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.32%

 BLUE value IS 10 (4.3% from 255) = 4.33%

R = 78.35%
G = 17.32%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B5280A (or 0xB5280A) is known color: Harley Davidson Orange. HEX triplet: B5, 28 and 0A. RGB value is (181,40,10). Sum of RGB (Red+Green+Blue) = 181+40+10=231 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.35% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 181 - color contains mainly: red. Hex color #B5280A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5280A is #4AD7F5. Grayscale: #4E4E4E. Windows color (decimal): -4904950 or 665781. OLE color: 665781.

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

Color convert

RGB 181 40 10 -
CMYK 0 0.78 0.94 0.29
HSL 10.53º 0.9% 0.37% -
HSV(B) 10.53º 0.94% 0.71% -
XYZ 19.87 11.36 1.43 -
YUV 78.74 89.21 200.94 -
System Red Green Blue C M Y K H S L
Decimal 181 40 10 0 0.78 0.94 0.29 10.53 0.9 0.37
Hex B5 28 A 0 4E 5E 1D B 5A 25
Octal 265 50 12 0 116 136 35 13 132 45
Binary 10110101 101000 1010 0 1001110 1011110 11101 1011 1011010 100101

Color Harmonies of #B5280A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5280A

Black with #B5280A

Text Example


Text Example

White with #B5280A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5280A; }

 p { color: rgb(181,40,10); }

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

background-color css

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

 a { background-color: rgb(181,40,10); }

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

border-color css

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

 span { border-color: rgb(181,40,10); }

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