Html Css Color HEX #B5280D Harley Davidson Orange

📋 copy color: '#B5280D'

red 181 ◦ green 40 ◦ blue 13

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

Shades of Harley Davidson Orange #B5280D

Tints of Harley Davidson Orange #B5280D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.56%

R = 77.35%
G = 17.09%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B5280D (or 0xB5280D) is known color: Harley Davidson Orange. HEX triplet: B5, 28 and 0D. RGB value is (181,40,13). Sum of RGB (Red+Green+Blue) = 181+40+13=234 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.35% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 181 - color contains mainly: red. Hex color #B5280D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5280D is #4AD7F2. Grayscale: #4F4F4F. Windows color (decimal): -4904947 or 862389. OLE color: 862389.

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

Color convert

RGB 181 40 13 -
CMYK 0 0.78 0.93 0.29
HSL 9.64º 0.87% 0.38% -
HSV(B) 9.64º 0.93% 0.71% -
XYZ 19.89 11.37 1.53 -
YUV 79.08 90.71 200.7 -
System Red Green Blue C M Y K H S L
Decimal 181 40 13 0 0.78 0.93 0.29 9.64 0.87 0.38
Hex B5 28 D 0 4E 5D 1D A 57 26
Octal 265 50 15 0 116 135 35 12 127 46
Binary 10110101 101000 1101 0 1001110 1011101 11101 1010 1010111 100110

Color Harmonies of #B5280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5280D

Black with #B5280D

Text Example


Text Example

White with #B5280D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5280D; }

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

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

background-color css

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

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

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

border-color css

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

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

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