Html Css Color HEX #B72C0F Harley Davidson Orange

📋 copy color: '#B72C0F'

red 183 ◦ green 44 ◦ blue 15

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

Shades of Harley Davidson Orange #B72C0F

Tints of Harley Davidson Orange #B72C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.2%

R = 75.62%
G = 18.18%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B72C0F (or 0xB72C0F) is known color: Harley Davidson Orange. HEX triplet: B7, 2C and 0F. RGB value is (183,44,15). Sum of RGB (Red+Green+Blue) = 183+44+15=242 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.62% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72C0F is #48D3F0. Grayscale: #525252. Windows color (decimal): -4772849 or 994487. OLE color: 994487.

HSL color Cylindrical-coordinate representation of color #B72C0F: hue angle of 10.36º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B72C0F is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 44 15 -
CMYK 0 0.76 0.92 0.28
HSL 10.36º 0.85% 0.39% -
HSV(B) 10.36º 0.92% 0.72% -
XYZ 20.52 11.9 1.67 -
YUV 82.26 90.05 199.86 -
System Red Green Blue C M Y K H S L
Decimal 183 44 15 0 0.76 0.92 0.28 10.36 0.85 0.39
Hex B7 2C F 0 4C 5C 1C A 55 27
Octal 267 54 17 0 114 134 34 12 125 47
Binary 10110111 101100 1111 0 1001100 1011100 11100 1010 1010101 100111

Color Harmonies of #B72C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72C0F

Black with #B72C0F

Text Example


Text Example

White with #B72C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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