Html Css Color HEX #B5240A Harley Davidson Orange

📋 copy color: '#B5240A'

red 181 ◦ green 36 ◦ blue 10

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

Shades of Harley Davidson Orange #B5240A

Tints of Harley Davidson Orange #B5240A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.86%

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

R = 79.74%
G = 15.86%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B5240A (or 0xB5240A) is known color: Harley Davidson Orange. HEX triplet: B5, 24 and 0A. RGB value is (181,36,10). Sum of RGB (Red+Green+Blue) = 181+36+10=227 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.74% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 10 (4.30% from 255 or 4.41% from 227); Max value from RGB is 181 - color contains mainly: red. Hex color #B5240A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5240A is #4ADBF5. Grayscale: #4C4C4C. Windows color (decimal): -4905974 or 664757. OLE color: 664757.

HSL color Cylindrical-coordinate representation of color #B5240A: hue angle of 9.12º 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 #B5240A is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 36 10 -
CMYK 0 0.80 0.94 0.29
HSL 9.12º 0.9% 0.37% -
HSV(B) 9.12º 0.94% 0.71% -
XYZ 19.74 11.11 1.39 -
YUV 76.39 90.54 202.61 -
System Red Green Blue C M Y K H S L
Decimal 181 36 10 0 0.80 0.94 0.29 9.12 0.9 0.37
Hex B5 24 A 0 50 5E 1D 9 5A 25
Octal 265 44 12 0 120 136 35 11 132 45
Binary 10110101 100100 1010 0 1010000 1011110 11101 1001 1011010 100101

Color Harmonies of #B5240A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5240A

Black with #B5240A

Text Example


Text Example

White with #B5240A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5240A; }

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

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

background-color css

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

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

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

border-color css

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

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

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