Html Css Color HEX #BC240C Harley Davidson Orange

📋 copy color: '#BC240C'

red 188 ◦ green 36 ◦ blue 12

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

Shades of Harley Davidson Orange #BC240C

Tints of Harley Davidson Orange #BC240C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.25%

 BLUE value IS 12 (5.08% from 255) = 5.08%

R = 79.66%
G = 15.25%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC240C (or 0xBC240C) is known color: Harley Davidson Orange. HEX triplet: BC, 24 and 0C. RGB value is (188,36,12). Sum of RGB (Red+Green+Blue) = 188+36+12=236 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.66% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 188 - color contains mainly: red. Hex color #BC240C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC240C is #43DBF3. Grayscale: #4E4E4E. Windows color (decimal): -4447220 or 795836. OLE color: 795836.

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

Color convert

RGB 188 36 12 -
CMYK 0 0.81 0.94 0.26
HSL 8.18º 0.88% 0.39% -
HSV(B) 8.18º 0.94% 0.74% -
XYZ 21.44 11.98 1.53 -
YUV 78.71 90.36 205.95 -
System Red Green Blue C M Y K H S L
Decimal 188 36 12 0 0.81 0.94 0.26 8.18 0.88 0.39
Hex BC 24 C 0 51 5E 1A 8 58 27
Octal 274 44 14 0 121 136 32 10 130 47
Binary 10111100 100100 1100 0 1010001 1011110 11010 1000 1011000 100111

Color Harmonies of #BC240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC240C

Black with #BC240C

Text Example


Text Example

White with #BC240C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC240C; }

 p { color: rgb(188,36,12); }

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

background-color css

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

 a { background-color: rgb(188,36,12); }

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

border-color css

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

 span { border-color: rgb(188,36,12); }

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