Html Css Color HEX #BC3A1A Harley Davidson Orange

📋 copy color: '#BC3A1A'

red 188 ◦ green 58 ◦ blue 26

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

Shades of Harley Davidson Orange #BC3A1A

Tints of Harley Davidson Orange #BC3A1A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.32%

 BLUE value IS 26 (10.55% from 255) = 9.56%

R = 69.12%
G = 21.32%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC3A1A (or 0xBC3A1A) is known color: Harley Davidson Orange. HEX triplet: BC, 3A and 1A. RGB value is (188,58,26). Sum of RGB (Red+Green+Blue) = 188+58+26=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3A1A is #43C5E5. Grayscale: #5D5D5D. Windows color (decimal): -4441574 or 1718972. OLE color: 1718972.

HSL color Cylindrical-coordinate representation of color #BC3A1A: hue angle of 11.85º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC3A1A is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 58 26 -
CMYK 0 0.69 0.86 0.26
HSL 11.85º 0.76% 0.42% -
HSV(B) 11.85º 0.86% 0.74% -
XYZ 22.44 13.79 2.46 -
YUV 93.22 90.07 195.6 -
System Red Green Blue C M Y K H S L
Decimal 188 58 26 0 0.69 0.86 0.26 11.85 0.76 0.42
Hex BC 3A 1A 0 45 56 1A C 4C 2A
Octal 274 72 32 0 105 126 32 14 114 52
Binary 10111100 111010 11010 0 1000101 1010110 11010 1100 1001100 101010

Color Harmonies of #BC3A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3A1A

Black with #BC3A1A

Text Example


Text Example

White with #BC3A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3A1A; }

 p { color: rgb(188,58,26); }

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

background-color css

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

 a { background-color: rgb(188,58,26); }

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

border-color css

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

 span { border-color: rgb(188,58,26); }

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