#BF3A1C

Color #BF3A1C Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #BF3A1C

Tints of Harley Davidson Orange #BF3A1C

Color information

#BF3A1C (or 0xBF3A1C) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 3A and 1C. RGB value is (191,58,28). Sum of RGB (Red+Green+Blue) = 191+58+28=277 (36% of max value = 765). Red value is 191 (75% from 255 or 68.95% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3A1C is #40C5E3. Grayscale: #5E5E5E. Windows color (decimal): -4244964 or 1850047. OLE color: 1850047.

HSL color Cylindrical-coordinate representation of color #BF3A1C: hue angle of 11.04º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF3A1C is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB1915828-
CMYK00.700.850.25
HSL11.04º74.43%42.94%-
HSV(B)11.04º85.34%74.9%-
XYZ23.2114.192.61-
YUV94.3590.56196.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 68.95%
GREEN value IS 58 (23.05% from 255) = 20.94%
BLUE value IS 28 (11.33% from 255) = 10.11%
R=68.95%
G=20.94%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191582800.700.850.2511.0474.4342.94
HexBF3A1C0465519b4a2b
Octal27772340106125311311253
Binary10111111111010111000100011010101011100110111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3A1C; }

 p { color: rgb(191,58,28); }

 H1.HeaderClassName
 {
   color: #BF3A1C;
 }
 .AnyTagClassName
 {
   color: #BF3A1C;
 }
</style>
background-color css

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

 a { background-color: rgb(191,58,28); }

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

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

 span { border-color: rgb(191,58,28); }

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