Html Css Color HEX #B93A20 Harley Davidson Orange

📋 copy color: '#B93A20'

red 185 ◦ green 58 ◦ blue 32

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

Shades of Harley Davidson Orange #B93A20

Tints of Harley Davidson Orange #B93A20

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.09%

 BLUE value IS 32 (12.89% from 255) = 11.64%

R = 67.27%
G = 21.09%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B93A20 (or 0xB93A20) is known color: Harley Davidson Orange. HEX triplet: B9, 3A and 20. RGB value is (185,58,32). Sum of RGB (Red+Green+Blue) = 185+58+32=275 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.27% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93A20 is #46C5DF. Grayscale: #5D5D5D. Windows color (decimal): -4638176 or 2112185. OLE color: 2112185.

HSL color Cylindrical-coordinate representation of color #B93A20: hue angle of 10.2º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B93A20 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 58 32 -
CMYK 0 0.69 0.83 0.27
HSL 10.2º 0.71% 0.43% -
HSV(B) 10.2º 0.83% 0.73% -
XYZ 21.78 13.44 2.81 -
YUV 93.01 93.58 193.61 -
System Red Green Blue C M Y K H S L
Decimal 185 58 32 0 0.69 0.83 0.27 10.2 0.71 0.43
Hex B9 3A 20 0 45 53 1B A 47 2B
Octal 271 72 40 0 105 123 33 12 107 53
Binary 10111001 111010 100000 0 1000101 1010011 11011 1010 1000111 101011

Color Harmonies of #B93A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93A20

Black with #B93A20

Text Example


Text Example

White with #B93A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93A20; }

 p { color: rgb(185,58,32); }

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

background-color css

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

 a { background-color: rgb(185,58,32); }

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

border-color css

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

 span { border-color: rgb(185,58,32); }

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