Html Css Color HEX #B93212 Harley Davidson Orange

📋 copy color: '#B93212'

red 185 ◦ green 50 ◦ blue 18

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

Shades of Harley Davidson Orange #B93212

Tints of Harley Davidson Orange #B93212

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.76%

 BLUE value IS 18 (7.42% from 255) = 7.11%

R = 73.12%
G = 19.76%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B93212 (or 0xB93212) is known color: Harley Davidson Orange. HEX triplet: B9, 32 and 12. RGB value is (185,50,18). Sum of RGB (Red+Green+Blue) = 185+50+18=253 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.12% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 185 - color contains mainly: red. Hex color #B93212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93212 is #46CDED. Grayscale: #565656. Windows color (decimal): -4640238 or 1192633. OLE color: 1192633.

HSL color Cylindrical-coordinate representation of color #B93212: hue angle of 11.5º degrees, saturation: 0.82, 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 #B93212 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 50 18 -
CMYK 0 0.73 0.90 0.27
HSL 11.5º 0.82% 0.4% -
HSV(B) 11.5º 0.9% 0.73% -
XYZ 21.26 12.64 1.89 -
YUV 86.72 89.23 198.1 -
System Red Green Blue C M Y K H S L
Decimal 185 50 18 0 0.73 0.90 0.27 11.5 0.82 0.4
Hex B9 32 12 0 49 5A 1B B 52 28
Octal 271 62 22 0 111 132 33 13 122 50
Binary 10111001 110010 10010 0 1001001 1011010 11011 1011 1010010 101000

Color Harmonies of #B93212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93212

Black with #B93212

Text Example


Text Example

White with #B93212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93212; }

 p { color: rgb(185,50,18); }

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

background-color css

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

 a { background-color: rgb(185,50,18); }

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

border-color css

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

 span { border-color: rgb(185,50,18); }

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