Html Css Color HEX #B42402 Harley Davidson Orange

📋 copy color: '#B42402'

red 180 ◦ green 36 ◦ blue 2

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

Shades of Harley Davidson Orange #B42402

Tints of Harley Davidson Orange #B42402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.92%

R = 82.57%
G = 16.51%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B42402 (or 0xB42402) is known color: Harley Davidson Orange. HEX triplet: B4, 24 and 02. RGB value is (180,36,2). Sum of RGB (Red+Green+Blue) = 180+36+2=218 (28% of max value = 765). Red value is 180 (70.70% from 255 or 82.57% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 180 - color contains mainly: red. Hex color #B42402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42402 is #4BDBFD. Grayscale: #4B4B4B. Windows color (decimal): -4971518 or 140468. OLE color: 140468.

HSL color Cylindrical-coordinate representation of color #B42402: hue angle of 11.46º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B42402 is Cyan = 0, Magento = 0.8, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 36 2 -
CMYK 0 0.8 0.99 0.29
HSL 11.46º 0.98% 0.36% -
HSV(B) 11.46º 0.99% 0.71% -
XYZ 19.46 10.97 1.15 -
YUV 75.18 86.71 202.76 -
System Red Green Blue C M Y K H S L
Decimal 180 36 2 0 0.8 0.99 0.29 11.46 0.98 0.36
Hex B4 24 2 0 50 63 1D B 62 24
Octal 264 44 2 0 120 143 35 13 142 44
Binary 10110100 100100 10 0 1010000 1100011 11101 1011 1100010 100100

Color Harmonies of #B42402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42402

Black with #B42402

Text Example


Text Example

White with #B42402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42402; }

 p { color: rgb(180,36,2); }

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

background-color css

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

 a { background-color: rgb(180,36,2); }

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

border-color css

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

 span { border-color: rgb(180,36,2); }

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