Html Css Color HEX #BC1E02 Harley Davidson Orange

📋 copy color: '#BC1E02'

red 188 ◦ green 30 ◦ blue 2

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

Shades of Harley Davidson Orange #BC1E02

Tints of Harley Davidson Orange #BC1E02

RGB

 RED value IS 188 (73.83% from 255) = 85.45%

 GREEN value IS 30 (12.11% from 255) = 13.64%

 BLUE value IS 2 (1.17% from 255) = 0.91%

R = 85.45%
G = 13.64%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC1E02 (or 0xBC1E02) is known color: Harley Davidson Orange. HEX triplet: BC, 1E and 02. RGB value is (188,30,2). Sum of RGB (Red+Green+Blue) = 188+30+2=220 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.45% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1E02 is #43E1FD. Grayscale: #4A4A4A. Windows color (decimal): -4448766 or 138940. OLE color: 138940.

HSL color Cylindrical-coordinate representation of color #BC1E02: hue angle of 9.03º 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 #BC1E02 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 30 2 -
CMYK 0 0.84 0.99 0.26
HSL 9.03º 0.98% 0.37% -
HSV(B) 9.03º 0.99% 0.74% -
XYZ 21.21 11.62 1.18 -
YUV 74.05 87.35 209.28 -
System Red Green Blue C M Y K H S L
Decimal 188 30 2 0 0.84 0.99 0.26 9.03 0.98 0.37
Hex BC 1E 2 0 54 63 1A 9 62 25
Octal 274 36 2 0 124 143 32 11 142 45
Binary 10111100 11110 10 0 1010100 1100011 11010 1001 1100010 100101

Color Harmonies of #BC1E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1E02

Black with #BC1E02

Text Example


Text Example

White with #BC1E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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