Html Css Color HEX #B42100 Harley Davidson Orange

📋 copy color: '#B42100'

red 180 ◦ green 33 ◦ blue 0

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

Shades of Harley Davidson Orange #B42100

Tints of Harley Davidson Orange #B42100

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.49%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.51%
G = 15.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B42100 (or 0xB42100) is known color: Harley Davidson Orange. HEX triplet: B4, 21 and 00. RGB value is (180,33,0). Sum of RGB (Red+Green+Blue) = 180+33+0=213 (28% of max value = 765). Red value is 180 (70.70% from 255 or 84.51% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 180 - color contains mainly: red. Hex color #B42100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42100 is #4BDEFF. Grayscale: #494949. Windows color (decimal): -4972288 or 8628. OLE color: 8628.

HSL color Cylindrical-coordinate representation of color #B42100: hue angle of 11º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B42100 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 33 0 -
CMYK 0 0.82 1 0.29
HSL 11º 1% 0.35% -
HSV(B) 11º 1% 0.71% -
XYZ 19.37 10.79 1.06 -
YUV 73.19 86.7 204.18 -
System Red Green Blue C M Y K H S L
Decimal 180 33 0 0 0.82 1 0.29 11 1 0.35
Hex B4 21 0 0 52 64 1D B 64 23
Octal 264 41 0 0 122 144 35 13 144 43
Binary 10110100 100001 0 0 1010010 1100100 11101 1011 1100100 100011

Color Harmonies of #B42100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42100

Black with #B42100

Text Example


Text Example

White with #B42100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42100; }

 p { color: rgb(180,33,0); }

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

background-color css

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

 a { background-color: rgb(180,33,0); }

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

border-color css

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

 span { border-color: rgb(180,33,0); }

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