Html Css Color HEX #B63113 Harley Davidson Orange

📋 copy color: '#B63113'

red 182 ◦ green 49 ◦ blue 19

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

Shades of Harley Davidson Orange #B63113

Tints of Harley Davidson Orange #B63113

RGB

 RED value IS 182 (71.48% from 255) = 72.8%

 GREEN value IS 49 (19.53% from 255) = 19.6%

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

R = 72.8%
G = 19.6%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B63113 (or 0xB63113) is known color: Harley Davidson Orange. HEX triplet: B6, 31 and 13. RGB value is (182,49,19). Sum of RGB (Red+Green+Blue) = 182+49+19=250 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.8% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 182 - color contains mainly: red. Hex color #B63113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63113 is #49CEEC. Grayscale: #555555. Windows color (decimal): -4837101 or 1257910. OLE color: 1257910.

HSL color Cylindrical-coordinate representation of color #B63113: hue angle of 11.04º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B63113 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 49 19 -
CMYK 0 0.73 0.90 0.29
HSL 11.04º 0.81% 0.39% -
HSV(B) 11.04º 0.9% 0.71% -
XYZ 20.51 12.19 1.89 -
YUV 85.35 90.56 196.94 -
System Red Green Blue C M Y K H S L
Decimal 182 49 19 0 0.73 0.90 0.29 11.04 0.81 0.39
Hex B6 31 13 0 49 5A 1D B 51 27
Octal 266 61 23 0 111 132 35 13 121 47
Binary 10110110 110001 10011 0 1001001 1011010 11101 1011 1010001 100111

Color Harmonies of #B63113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63113

Black with #B63113

Text Example


Text Example

White with #B63113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63113; }

 p { color: rgb(182,49,19); }

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

background-color css

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

 a { background-color: rgb(182,49,19); }

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

border-color css

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

 span { border-color: rgb(182,49,19); }

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