Html Css Color HEX #B42300 Harley Davidson Orange

📋 copy color: '#B42300'

red 180 ◦ green 35 ◦ blue 0

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

Shades of Harley Davidson Orange #B42300

Tints of Harley Davidson Orange #B42300

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.28%

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

R = 83.72%
G = 16.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B42300 (or 0xB42300) is known color: Harley Davidson Orange. HEX triplet: B4, 23 and 00. RGB value is (180,35,0). Sum of RGB (Red+Green+Blue) = 180+35+0=215 (28% of max value = 765). Red value is 180 (70.70% from 255 or 83.72% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 180 - color contains mainly: red. Hex color #B42300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42300 is #4BDCFF. Grayscale: #4A4A4A. Windows color (decimal): -4971776 or 9140. OLE color: 9140.

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

Color convert

RGB 180 35 0 -
CMYK 0 0.81 1 0.29
HSL 11.67º 1% 0.35% -
HSV(B) 11.67º 1% 0.71% -
XYZ 19.42 10.91 1.08 -
YUV 74.37 86.04 203.35 -
System Red Green Blue C M Y K H S L
Decimal 180 35 0 0 0.81 1 0.29 11.67 1 0.35
Hex B4 23 0 0 51 64 1D C 64 23
Octal 264 43 0 0 121 144 35 14 144 43
Binary 10110100 100011 0 0 1010001 1100100 11101 1100 1100100 100011

Color Harmonies of #B42300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42300

Black with #B42300

Text Example


Text Example

White with #B42300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42300; }

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

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

background-color css

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

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

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

border-color css

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

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

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