Html Css Color HEX #BC2202 Harley Davidson Orange

📋 copy color: '#BC2202'

red 188 ◦ green 34 ◦ blue 2

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

Shades of Harley Davidson Orange #BC2202

Tints of Harley Davidson Orange #BC2202

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.18%

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

R = 83.93%
G = 15.18%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC2202 (or 0xBC2202) is known color: Harley Davidson Orange. HEX triplet: BC, 22 and 02. RGB value is (188,34,2). Sum of RGB (Red+Green+Blue) = 188+34+2=224 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.93% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2202 is #43DDFD. Grayscale: #4C4C4C. Windows color (decimal): -4447742 or 139964. OLE color: 139964.

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

Color convert

RGB 188 34 2 -
CMYK 0 0.82 0.99 0.26
HSL 10.32º 0.98% 0.37% -
HSV(B) 10.32º 0.99% 0.74% -
XYZ 21.32 11.84 1.22 -
YUV 76.4 86.02 207.6 -
System Red Green Blue C M Y K H S L
Decimal 188 34 2 0 0.82 0.99 0.26 10.32 0.98 0.37
Hex BC 22 2 0 52 63 1A A 62 25
Octal 274 42 2 0 122 143 32 12 142 45
Binary 10111100 100010 10 0 1010010 1100011 11010 1010 1100010 100101

Color Harmonies of #BC2202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2202

Black with #BC2202

Text Example


Text Example

White with #BC2202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2202; }

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

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

background-color css

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

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

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

border-color css

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

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

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