Html Css Color HEX #BC3010 Harley Davidson Orange

📋 copy color: '#BC3010'

red 188 ◦ green 48 ◦ blue 16

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

Shades of Harley Davidson Orange #BC3010

Tints of Harley Davidson Orange #BC3010

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.05%

 BLUE value IS 16 (6.64% from 255) = 6.35%

R = 74.6%
G = 19.05%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC3010 (or 0xBC3010) is known color: Harley Davidson Orange. HEX triplet: BC, 30 and 10. RGB value is (188,48,16). Sum of RGB (Red+Green+Blue) = 188+48+16=252 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.60% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3010 is #43CFEF. Grayscale: #565656. Windows color (decimal): -4444144 or 1061052. OLE color: 1061052.

HSL color Cylindrical-coordinate representation of color #BC3010: hue angle of 11.16º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC3010 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 48 16 -
CMYK 0 0.74 0.91 0.26
HSL 11.16º 0.84% 0.4% -
HSV(B) 11.16º 0.91% 0.74% -
XYZ 21.89 12.84 1.82 -
YUV 86.21 88.38 200.6 -
System Red Green Blue C M Y K H S L
Decimal 188 48 16 0 0.74 0.91 0.26 11.16 0.84 0.4
Hex BC 30 10 0 4A 5B 1A B 54 28
Octal 274 60 20 0 112 133 32 13 124 50
Binary 10111100 110000 10000 0 1001010 1011011 11010 1011 1010100 101000

Color Harmonies of #BC3010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3010

Black with #BC3010

Text Example


Text Example

White with #BC3010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3010; }

 p { color: rgb(188,48,16); }

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

background-color css

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

 a { background-color: rgb(188,48,16); }

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

border-color css

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

 span { border-color: rgb(188,48,16); }

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