Html Css Color HEX #B5290C Harley Davidson Orange

📋 copy color: '#B5290C'

red 181 ◦ green 41 ◦ blue 12

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

Shades of Harley Davidson Orange #B5290C

Tints of Harley Davidson Orange #B5290C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.52%

 BLUE value IS 12 (5.08% from 255) = 5.13%

R = 77.35%
G = 17.52%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B5290C (or 0xB5290C) is known color: Harley Davidson Orange. HEX triplet: B5, 29 and 0C. RGB value is (181,41,12). Sum of RGB (Red+Green+Blue) = 181+41+12=234 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.35% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 181 - color contains mainly: red. Hex color #B5290C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5290C is #4AD6F3. Grayscale: #4F4F4F. Windows color (decimal): -4904692 or 797109. OLE color: 797109.

HSL color Cylindrical-coordinate representation of color #B5290C: hue angle of 10.3º degrees, saturation: 0.88, 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 #B5290C is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 41 12 -
CMYK 0 0.77 0.93 0.29
HSL 10.3º 0.88% 0.38% -
HSV(B) 10.3º 0.93% 0.71% -
XYZ 19.92 11.44 1.51 -
YUV 79.55 89.88 200.36 -
System Red Green Blue C M Y K H S L
Decimal 181 41 12 0 0.77 0.93 0.29 10.3 0.88 0.38
Hex B5 29 C 0 4D 5D 1D A 58 26
Octal 265 51 14 0 115 135 35 12 130 46
Binary 10110101 101001 1100 0 1001101 1011101 11101 1010 1011000 100110

Color Harmonies of #B5290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5290C

Black with #B5290C

Text Example


Text Example

White with #B5290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5290C; }

 p { color: rgb(181,41,12); }

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

background-color css

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

 a { background-color: rgb(181,41,12); }

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

border-color css

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

 span { border-color: rgb(181,41,12); }

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