Html Css Color HEX #B52303 Harley Davidson Orange

📋 copy color: '#B52303'

red 181 ◦ green 35 ◦ blue 3

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

Shades of Harley Davidson Orange #B52303

Tints of Harley Davidson Orange #B52303

RGB

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

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

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

R = 82.65%
G = 15.98%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B52303 (or 0xB52303) is known color: Harley Davidson Orange. HEX triplet: B5, 23 and 03. RGB value is (181,35,3). Sum of RGB (Red+Green+Blue) = 181+35+3=219 (29% of max value = 765). Red value is 181 (71.09% from 255 or 82.65% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 3 (1.56% from 255 or 1.37% from 219); Max value from RGB is 181 - color contains mainly: red. Hex color #B52303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52303 is #4ADCFC. Grayscale: #4B4B4B. Windows color (decimal): -4906237 or 205749. OLE color: 205749.

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

Color convert

RGB 181 35 3 -
CMYK 0 0.81 0.98 0.29
HSL 10.79º 0.97% 0.36% -
HSV(B) 10.79º 0.98% 0.71% -
XYZ 19.67 11.03 1.18 -
YUV 75.01 87.37 203.6 -
System Red Green Blue C M Y K H S L
Decimal 181 35 3 0 0.81 0.98 0.29 10.79 0.97 0.36
Hex B5 23 3 0 51 62 1D B 61 24
Octal 265 43 3 0 121 142 35 13 141 44
Binary 10110101 100011 11 0 1010001 1100010 11101 1011 1100001 100100

Color Harmonies of #B52303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52303

Black with #B52303

Text Example


Text Example

White with #B52303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52303; }

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

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

background-color css

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

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

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

border-color css

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

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

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