Html Css Color HEX #BC2402 Harley Davidson Orange

📋 copy color: '#BC2402'

red 188 ◦ green 36 ◦ blue 2

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

Shades of Harley Davidson Orange #BC2402

Tints of Harley Davidson Orange #BC2402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.88%

R = 83.19%
G = 15.93%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC2402 (or 0xBC2402) is known color: Harley Davidson Orange. HEX triplet: BC, 24 and 02. RGB value is (188,36,2). Sum of RGB (Red+Green+Blue) = 188+36+2=226 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.19% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2402 is #43DBFD. Grayscale: #4D4D4D. Windows color (decimal): -4447230 or 140476. OLE color: 140476.

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

Color convert

RGB 188 36 2 -
CMYK 0 0.81 0.99 0.26
HSL 10.97º 0.98% 0.37% -
HSV(B) 10.97º 0.99% 0.74% -
XYZ 21.38 11.96 1.24 -
YUV 77.57 85.36 206.76 -
System Red Green Blue C M Y K H S L
Decimal 188 36 2 0 0.81 0.99 0.26 10.97 0.98 0.37
Hex BC 24 2 0 51 63 1A B 62 25
Octal 274 44 2 0 121 143 32 13 142 45
Binary 10111100 100100 10 0 1010001 1100011 11010 1011 1100010 100101

Color Harmonies of #BC2402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2402

Black with #BC2402

Text Example


Text Example

White with #BC2402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2402; }

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

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

background-color css

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

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

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

border-color css

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

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

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