Html Css Color HEX #BC3112 Harley Davidson Orange

📋 copy color: '#BC3112'

red 188 ◦ green 49 ◦ blue 18

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

Shades of Harley Davidson Orange #BC3112

Tints of Harley Davidson Orange #BC3112

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.22%

 BLUE value IS 18 (7.42% from 255) = 7.06%

R = 73.73%
G = 19.22%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC3112 (or 0xBC3112) is known color: Harley Davidson Orange. HEX triplet: BC, 31 and 12. RGB value is (188,49,18). Sum of RGB (Red+Green+Blue) = 188+49+18=255 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.73% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3112 is #43CEED. Grayscale: #575757. Windows color (decimal): -4443886 or 1192380. OLE color: 1192380.

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

Color convert

RGB 188 49 18 -
CMYK 0 0.74 0.90 0.26
HSL 10.94º 0.83% 0.4% -
HSV(B) 10.94º 0.9% 0.74% -
XYZ 21.95 12.93 1.91 -
YUV 87.03 89.05 200.02 -
System Red Green Blue C M Y K H S L
Decimal 188 49 18 0 0.74 0.90 0.26 10.94 0.83 0.4
Hex BC 31 12 0 4A 5A 1A B 53 28
Octal 274 61 22 0 112 132 32 13 123 50
Binary 10111100 110001 10010 0 1001010 1011010 11010 1011 1010011 101000

Color Harmonies of #BC3112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3112

Black with #BC3112

Text Example


Text Example

White with #BC3112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3112; }

 p { color: rgb(188,49,18); }

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

background-color css

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

 a { background-color: rgb(188,49,18); }

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

border-color css

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

 span { border-color: rgb(188,49,18); }

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