Html Css Color HEX #B93313 Harley Davidson Orange

📋 copy color: '#B93313'

red 185 ◦ green 51 ◦ blue 19

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

Shades of Harley Davidson Orange #B93313

Tints of Harley Davidson Orange #B93313

RGB

 RED value IS 185 (72.66% from 255) = 72.55%

 GREEN value IS 51 (20.31% from 255) = 20%

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

R = 72.55%
G = 20%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B93313 (or 0xB93313) is known color: Harley Davidson Orange. HEX triplet: B9, 33 and 13. RGB value is (185,51,19). Sum of RGB (Red+Green+Blue) = 185+51+19=255 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.55% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 185 - color contains mainly: red. Hex color #B93313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93313 is #46CCEC. Grayscale: #575757. Windows color (decimal): -4639981 or 1258425. OLE color: 1258425.

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

Color convert

RGB 185 51 19 -
CMYK 0 0.72 0.90 0.27
HSL 11.57º 0.81% 0.4% -
HSV(B) 11.57º 0.9% 0.73% -
XYZ 21.31 12.73 1.95 -
YUV 87.42 89.39 197.6 -
System Red Green Blue C M Y K H S L
Decimal 185 51 19 0 0.72 0.90 0.27 11.57 0.81 0.4
Hex B9 33 13 0 48 5A 1B C 51 28
Octal 271 63 23 0 110 132 33 14 121 50
Binary 10111001 110011 10011 0 1001000 1011010 11011 1100 1010001 101000

Color Harmonies of #B93313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93313

Black with #B93313

Text Example


Text Example

White with #B93313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93313; }

 p { color: rgb(185,51,19); }

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

background-color css

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

 a { background-color: rgb(185,51,19); }

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

border-color css

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

 span { border-color: rgb(185,51,19); }

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