Html Css Color HEX #BC2410 Harley Davidson Orange

📋 copy color: '#BC2410'

red 188 ◦ green 36 ◦ blue 16

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

Shades of Harley Davidson Orange #BC2410

Tints of Harley Davidson Orange #BC2410

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15%

 BLUE value IS 16 (6.64% from 255) = 6.67%

R = 78.33%
G = 15%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC2410 (or 0xBC2410) is known color: Harley Davidson Orange. HEX triplet: BC, 24 and 10. RGB value is (188,36,16). Sum of RGB (Red+Green+Blue) = 188+36+16=240 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.33% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2410 is #43DBEF. Grayscale: #4F4F4F. Windows color (decimal): -4447216 or 1057980. OLE color: 1057980.

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

Color convert

RGB 188 36 16 -
CMYK 0 0.81 0.91 0.26
HSL 6.98º 0.84% 0.4% -
HSV(B) 6.98º 0.91% 0.74% -
XYZ 21.46 11.99 1.67 -
YUV 79.17 92.36 205.63 -
System Red Green Blue C M Y K H S L
Decimal 188 36 16 0 0.81 0.91 0.26 6.98 0.84 0.4
Hex BC 24 10 0 51 5B 1A 7 54 28
Octal 274 44 20 0 121 133 32 7 124 50
Binary 10111100 100100 10000 0 1010001 1011011 11010 111 1010100 101000

Color Harmonies of #BC2410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2410

Black with #BC2410

Text Example


Text Example

White with #BC2410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2410; }

 p { color: rgb(188,36,16); }

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

background-color css

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

 a { background-color: rgb(188,36,16); }

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

border-color css

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

 span { border-color: rgb(188,36,16); }

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