Html Css Color HEX #B4290C Harley Davidson Orange

📋 copy color: '#B4290C'

red 180 ◦ green 41 ◦ blue 12

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

Shades of Harley Davidson Orange #B4290C

Tints of Harley Davidson Orange #B4290C

RGB

 RED value IS 180 (70.7% from 255) = 77.25%

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

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

R = 77.25%
G = 17.6%
B = 5.15%

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

#B4290C (or 0xB4290C) is known color: Harley Davidson Orange. HEX triplet: B4, 29 and 0C. RGB value is (180,41,12). Sum of RGB (Red+Green+Blue) = 180+41+12=233 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.25% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 180 - color contains mainly: red. Hex color #B4290C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4290C is #4BD6F3. Grayscale: #4F4F4F. Windows color (decimal): -4970228 or 797108. OLE color: 797108.

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

Color convert

RGB 180 41 12 -
CMYK 0 0.77 0.93 0.29
HSL 10.36º 0.88% 0.38% -
HSV(B) 10.36º 0.93% 0.71% -
XYZ 19.68 11.32 1.49 -
YUV 79.26 90.05 199.86 -
System Red Green Blue C M Y K H S L
Decimal 180 41 12 0 0.77 0.93 0.29 10.36 0.88 0.38
Hex B4 29 C 0 4D 5D 1D A 58 26
Octal 264 51 14 0 115 135 35 12 130 46
Binary 10110100 101001 1100 0 1001101 1011101 11101 1010 1011000 100110

Color Harmonies of #B4290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4290C

Black with #B4290C

Text Example


Text Example

White with #B4290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4290C; }

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

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

background-color css

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

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

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

border-color css

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

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

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