#BC1F02

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

Shades of Harley Davidson Orange #BC1F02

Tints of Harley Davidson Orange #BC1F02

Color information

#BC1F02 (or 0xBC1F02) is unknown color: approx Harley Davidson Orange. HEX triplet: BC, 1F and 02. RGB value is (188,31,2). Sum of RGB (Red+Green+Blue) = 188+31+2=221 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.07% from 221); Green value is 31 (12.5% from 255 or 14.03% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1F02 is #43E0FD. Grayscale: #4A4A4A. Windows color (decimal): -4448510 or 139196. OLE color: 139196.

HSL color Cylindrical-coordinate representation of color #BC1F02: hue angle of 9.35º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC1F02 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB188312-
CMYK00.840.990.26
HSL9.35º97.89%37.25%-
HSV(B)9.35º98.94%73.73%-
XYZ21.2411.681.19-
YUV74.6487.01208.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 85.07%
GREEN value IS 31 (12.5% from 255) = 14.03%
BLUE value IS 2 (1.17% from 255) = 0.90%
R=85.07%
G=14.03%
B=0.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18831200.840.990.269.3597.8937.25
HexBC1F2054631A96225
Octal2743720124143321114245
Binary1011110011111100101010011000111101010011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1F02; }

 p { color: rgb(188,31,2); }

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

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

 a { background-color: rgb(188,31,2); }

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

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

 span { border-color: rgb(188,31,2); }

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