Html Css Color HEX #BC2A12 Harley Davidson Orange

📋 copy color: '#BC2A12'

red 188 ◦ green 42 ◦ blue 18

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

Shades of Harley Davidson Orange #BC2A12

Tints of Harley Davidson Orange #BC2A12

RGB

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

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

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

R = 75.81%
G = 16.94%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC2A12 (or 0xBC2A12) is known color: Harley Davidson Orange. HEX triplet: BC, 2A and 12. RGB value is (188,42,18). Sum of RGB (Red+Green+Blue) = 188+42+18=248 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.81% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2A12 is #43D5ED. Grayscale: #535353. Windows color (decimal): -4445678 or 1190588. OLE color: 1190588.

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

Color convert

RGB 188 42 18 -
CMYK 0 0.78 0.90 0.26
HSL 8.47º 0.83% 0.4% -
HSV(B) 8.47º 0.9% 0.74% -
XYZ 21.68 12.39 1.82 -
YUV 82.92 91.37 202.95 -
System Red Green Blue C M Y K H S L
Decimal 188 42 18 0 0.78 0.90 0.26 8.47 0.83 0.4
Hex BC 2A 12 0 4E 5A 1A 8 53 28
Octal 274 52 22 0 116 132 32 10 123 50
Binary 10111100 101010 10010 0 1001110 1011010 11010 1000 1010011 101000

Color Harmonies of #BC2A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2A12

Black with #BC2A12

Text Example


Text Example

White with #BC2A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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