Html Css Color HEX #BC2003 Harley Davidson Orange

📋 copy color: '#BC2003'

red 188 ◦ green 32 ◦ blue 3

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

Shades of Harley Davidson Orange #BC2003

Tints of Harley Davidson Orange #BC2003

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.35%

 BLUE value IS 3 (1.56% from 255) = 1.35%

R = 84.3%
G = 14.35%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC2003 (or 0xBC2003) is known color: Harley Davidson Orange. HEX triplet: BC, 20 and 03. RGB value is (188,32,3). Sum of RGB (Red+Green+Blue) = 188+32+3=223 (29% of max value = 765). Red value is 188 (73.83% from 255 or 84.30% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 3 (1.56% from 255 or 1.35% from 223); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2003 is #43DFFC. Grayscale: #4B4B4B. Windows color (decimal): -4448253 or 204988. OLE color: 204988.

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

Color convert

RGB 188 32 3 -
CMYK 0 0.83 0.98 0.26
HSL 9.41º 0.97% 0.37% -
HSV(B) 9.41º 0.98% 0.74% -
XYZ 21.27 11.73 1.23 -
YUV 75.34 87.18 208.36 -
System Red Green Blue C M Y K H S L
Decimal 188 32 3 0 0.83 0.98 0.26 9.41 0.97 0.37
Hex BC 20 3 0 53 62 1A 9 61 25
Octal 274 40 3 0 123 142 32 11 141 45
Binary 10111100 100000 11 0 1010011 1100010 11010 1001 1100001 100101

Color Harmonies of #BC2003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2003

Black with #BC2003

Text Example


Text Example

White with #BC2003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2003; }

 p { color: rgb(188,32,3); }

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

background-color css

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

 a { background-color: rgb(188,32,3); }

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

border-color css

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

 span { border-color: rgb(188,32,3); }

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