Html Css Color HEX #B52003 Harley Davidson Orange

📋 copy color: '#B52003'

red 181 ◦ green 32 ◦ blue 3

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

Shades of Harley Davidson Orange #B52003

Tints of Harley Davidson Orange #B52003

RGB

 RED value IS 181 (71.09% from 255) = 83.8%

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

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

R = 83.8%
G = 14.81%
B = 1.39%

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

#B52003 (or 0xB52003) is known color: Harley Davidson Orange. HEX triplet: B5, 20 and 03. RGB value is (181,32,3). Sum of RGB (Red+Green+Blue) = 181+32+3=216 (28% of max value = 765). Red value is 181 (71.09% from 255 or 83.80% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 3 (1.56% from 255 or 1.39% from 216); Max value from RGB is 181 - color contains mainly: red. Hex color #B52003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52003 is #4ADFFC. Grayscale: #494949. Windows color (decimal): -4907005 or 204981. OLE color: 204981.

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

Color convert

RGB 181 32 3 -
CMYK 0 0.82 0.98 0.29
HSL 9.78º 0.97% 0.36% -
HSV(B) 9.78º 0.98% 0.71% -
XYZ 19.59 10.86 1.15 -
YUV 73.25 88.36 204.86 -
System Red Green Blue C M Y K H S L
Decimal 181 32 3 0 0.82 0.98 0.29 9.78 0.97 0.36
Hex B5 20 3 0 52 62 1D A 61 24
Octal 265 40 3 0 122 142 35 12 141 44
Binary 10110101 100000 11 0 1010010 1100010 11101 1010 1100001 100100

Color Harmonies of #B52003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52003

Black with #B52003

Text Example


Text Example

White with #B52003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52003; }

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

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

background-color css

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

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

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

border-color css

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

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

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