Html Css Color HEX #BC3413 Harley Davidson Orange

📋 copy color: '#BC3413'

red 188 ◦ green 52 ◦ blue 19

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

Shades of Harley Davidson Orange #BC3413

Tints of Harley Davidson Orange #BC3413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.08%

 BLUE value IS 19 (7.81% from 255) = 7.34%

R = 72.59%
G = 20.08%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC3413 (or 0xBC3413) is known color: Harley Davidson Orange. HEX triplet: BC, 34 and 13. RGB value is (188,52,19). Sum of RGB (Red+Green+Blue) = 188+52+19=259 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.59% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3413 is #43CBEC. Grayscale: #595959. Windows color (decimal): -4443117 or 1258684. OLE color: 1258684.

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

Color convert

RGB 188 52 19 -
CMYK 0 0.72 0.90 0.26
HSL 11.72º 0.82% 0.41% -
HSV(B) 11.72º 0.9% 0.74% -
XYZ 22.08 13.19 2 -
YUV 88.9 88.56 198.68 -
System Red Green Blue C M Y K H S L
Decimal 188 52 19 0 0.72 0.90 0.26 11.72 0.82 0.41
Hex BC 34 13 0 48 5A 1A C 52 29
Octal 274 64 23 0 110 132 32 14 122 51
Binary 10111100 110100 10011 0 1001000 1011010 11010 1100 1010010 101001

Color Harmonies of #BC3413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3413

Black with #BC3413

Text Example


Text Example

White with #BC3413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3413; }

 p { color: rgb(188,52,19); }

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

background-color css

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

 a { background-color: rgb(188,52,19); }

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

border-color css

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

 span { border-color: rgb(188,52,19); }

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