Html Css Color HEX #BC2310 Harley Davidson Orange

📋 copy color: '#BC2310'

red 188 ◦ green 35 ◦ blue 16

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

Shades of Harley Davidson Orange #BC2310

Tints of Harley Davidson Orange #BC2310

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.64%

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

R = 78.66%
G = 14.64%
B = 6.69%

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

#BC2310 (or 0xBC2310) is known color: Harley Davidson Orange. HEX triplet: BC, 23 and 10. RGB value is (188,35,16). Sum of RGB (Red+Green+Blue) = 188+35+16=239 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.66% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2310 is #43DCEF. Grayscale: #4E4E4E. Windows color (decimal): -4447472 or 1057724. OLE color: 1057724.

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

Color convert

RGB 188 35 16 -
CMYK 0 0.81 0.91 0.26
HSL 6.63º 0.84% 0.4% -
HSV(B) 6.63º 0.91% 0.74% -
XYZ 21.43 11.93 1.66 -
YUV 78.58 92.69 206.04 -
System Red Green Blue C M Y K H S L
Decimal 188 35 16 0 0.81 0.91 0.26 6.63 0.84 0.4
Hex BC 23 10 0 51 5B 1A 7 54 28
Octal 274 43 20 0 121 133 32 7 124 50
Binary 10111100 100011 10000 0 1010001 1011011 11010 111 1010100 101000

Color Harmonies of #BC2310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2310

Black with #BC2310

Text Example


Text Example

White with #BC2310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2310; }

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

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

background-color css

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

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

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

border-color css

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

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

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