Html Css Color HEX #B72C13 Harley Davidson Orange

📋 copy color: '#B72C13'

red 183 ◦ green 44 ◦ blue 19

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

Shades of Harley Davidson Orange #B72C13

Tints of Harley Davidson Orange #B72C13

RGB

 RED value IS 183 (71.88% from 255) = 74.39%

 GREEN value IS 44 (17.58% from 255) = 17.89%

 BLUE value IS 19 (7.81% from 255) = 7.72%

R = 74.39%
G = 17.89%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B72C13 (or 0xB72C13) is known color: Harley Davidson Orange. HEX triplet: B7, 2C and 13. RGB value is (183,44,19). Sum of RGB (Red+Green+Blue) = 183+44+19=246 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.39% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72C13 is #48D3EC. Grayscale: #525252. Windows color (decimal): -4772845 or 1256631. OLE color: 1256631.

HSL color Cylindrical-coordinate representation of color #B72C13: hue angle of 9.15º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B72C13 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 44 19 -
CMYK 0 0.76 0.90 0.28
HSL 9.15º 0.81% 0.4% -
HSV(B) 9.15º 0.9% 0.72% -
XYZ 20.55 11.92 1.83 -
YUV 82.71 92.05 199.53 -
System Red Green Blue C M Y K H S L
Decimal 183 44 19 0 0.76 0.90 0.28 9.15 0.81 0.4
Hex B7 2C 13 0 4C 5A 1C 9 51 28
Octal 267 54 23 0 114 132 34 11 121 50
Binary 10110111 101100 10011 0 1001100 1011010 11100 1001 1010001 101000

Color Harmonies of #B72C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72C13

Black with #B72C13

Text Example


Text Example

White with #B72C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72C13; }

 p { color: rgb(183,44,19); }

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

background-color css

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

 a { background-color: rgb(183,44,19); }

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

border-color css

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

 span { border-color: rgb(183,44,19); }

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