Html Css Color HEX #BC2302 Harley Davidson Orange

📋 copy color: '#BC2302'

red 188 ◦ green 35 ◦ blue 2

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

Shades of Harley Davidson Orange #BC2302

Tints of Harley Davidson Orange #BC2302

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.56%

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

R = 83.56%
G = 15.56%
B = 0.89%

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

#BC2302 (or 0xBC2302) is known color: Harley Davidson Orange. HEX triplet: BC, 23 and 02. RGB value is (188,35,2). Sum of RGB (Red+Green+Blue) = 188+35+2=225 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.56% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2302 is #43DCFD. Grayscale: #4D4D4D. Windows color (decimal): -4447486 or 140220. OLE color: 140220.

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

Color convert

RGB 188 35 2 -
CMYK 0 0.81 0.99 0.26
HSL 10.65º 0.98% 0.37% -
HSV(B) 10.65º 0.99% 0.74% -
XYZ 21.35 11.9 1.23 -
YUV 76.99 85.69 207.18 -
System Red Green Blue C M Y K H S L
Decimal 188 35 2 0 0.81 0.99 0.26 10.65 0.98 0.37
Hex BC 23 2 0 51 63 1A B 62 25
Octal 274 43 2 0 121 143 32 13 142 45
Binary 10111100 100011 10 0 1010001 1100011 11010 1011 1100010 100101

Color Harmonies of #BC2302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2302

Black with #BC2302

Text Example


Text Example

White with #BC2302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2302; }

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

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

background-color css

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

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

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

border-color css

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

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

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