Html Css Color HEX #BC2103 Harley Davidson Orange

📋 copy color: '#BC2103'

red 188 ◦ green 33 ◦ blue 3

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

Shades of Harley Davidson Orange #BC2103

Tints of Harley Davidson Orange #BC2103

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.73%

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

R = 83.93%
G = 14.73%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC2103 (or 0xBC2103) is known color: Harley Davidson Orange. HEX triplet: BC, 21 and 03. RGB value is (188,33,3). Sum of RGB (Red+Green+Blue) = 188+33+3=224 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.93% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2103 is #43DEFC. Grayscale: #4C4C4C. Windows color (decimal): -4447997 or 205244. OLE color: 205244.

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

Color convert

RGB 188 33 3 -
CMYK 0 0.82 0.98 0.26
HSL 9.73º 0.97% 0.37% -
HSV(B) 9.73º 0.98% 0.74% -
XYZ 21.3 11.79 1.24 -
YUV 75.93 86.85 207.94 -
System Red Green Blue C M Y K H S L
Decimal 188 33 3 0 0.82 0.98 0.26 9.73 0.97 0.37
Hex BC 21 3 0 52 62 1A A 61 25
Octal 274 41 3 0 122 142 32 12 141 45
Binary 10111100 100001 11 0 1010010 1100010 11010 1010 1100001 100101

Color Harmonies of #BC2103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2103

Black with #BC2103

Text Example


Text Example

White with #BC2103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2103; }

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

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

background-color css

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

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

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

border-color css

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

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

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