Html Css Color HEX #B42003 Harley Davidson Orange

📋 copy color: '#B42003'

red 180 ◦ green 32 ◦ blue 3

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

Shades of Harley Davidson Orange #B42003

Tints of Harley Davidson Orange #B42003

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.88%

 BLUE value IS 3 (1.56% from 255) = 1.4%

R = 83.72%
G = 14.88%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B42003 (or 0xB42003) is known color: Harley Davidson Orange. HEX triplet: B4, 20 and 03. RGB value is (180,32,3). Sum of RGB (Red+Green+Blue) = 180+32+3=215 (28% of max value = 765). Red value is 180 (70.70% from 255 or 83.72% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 3 (1.56% from 255 or 1.40% from 215); Max value from RGB is 180 - color contains mainly: red. Hex color #B42003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42003 is #4BDFFC. Grayscale: #494949. Windows color (decimal): -4972541 or 204980. OLE color: 204980.

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

Color convert

RGB 180 32 3 -
CMYK 0 0.82 0.98 0.29
HSL 9.83º 0.97% 0.36% -
HSV(B) 9.83º 0.98% 0.71% -
XYZ 19.36 10.74 1.14 -
YUV 72.95 88.53 204.36 -
System Red Green Blue C M Y K H S L
Decimal 180 32 3 0 0.82 0.98 0.29 9.83 0.97 0.36
Hex B4 20 3 0 52 62 1D A 61 24
Octal 264 40 3 0 122 142 35 12 141 44
Binary 10110100 100000 11 0 1010010 1100010 11101 1010 1100001 100100

Color Harmonies of #B42003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42003

Black with #B42003

Text Example


Text Example

White with #B42003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42003; }

 p { color: rgb(180,32,3); }

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

background-color css

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

 a { background-color: rgb(180,32,3); }

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

border-color css

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

 span { border-color: rgb(180,32,3); }

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