Html Css Color HEX #BC2A0D Harley Davidson Orange

📋 copy color: '#BC2A0D'

red 188 ◦ green 42 ◦ blue 13

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

Shades of Harley Davidson Orange #BC2A0D

Tints of Harley Davidson Orange #BC2A0D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.28%

 BLUE value IS 13 (5.47% from 255) = 5.35%

R = 77.37%
G = 17.28%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC2A0D (or 0xBC2A0D) is known color: Harley Davidson Orange. HEX triplet: BC, 2A and 0D. RGB value is (188,42,13). Sum of RGB (Red+Green+Blue) = 188+42+13=243 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.37% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2A0D is #43D5F2. Grayscale: #525252. Windows color (decimal): -4445683 or 862908. OLE color: 862908.

HSL color Cylindrical-coordinate representation of color #BC2A0D: hue angle of 9.94º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC2A0D is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 42 13 -
CMYK 0 0.78 0.93 0.26
HSL 9.94º 0.87% 0.39% -
HSV(B) 9.94º 0.93% 0.74% -
XYZ 21.64 12.38 1.63 -
YUV 82.35 88.87 203.36 -
System Red Green Blue C M Y K H S L
Decimal 188 42 13 0 0.78 0.93 0.26 9.94 0.87 0.39
Hex BC 2A D 0 4E 5D 1A A 57 27
Octal 274 52 15 0 116 135 32 12 127 47
Binary 10111100 101010 1101 0 1001110 1011101 11010 1010 1010111 100111

Color Harmonies of #BC2A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2A0D

Black with #BC2A0D

Text Example


Text Example

White with #BC2A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2A0D; }

 p { color: rgb(188,42,13); }

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

background-color css

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

 a { background-color: rgb(188,42,13); }

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

border-color css

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

 span { border-color: rgb(188,42,13); }

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