Html Css Color HEX #BC2303 Harley Davidson Orange

📋 copy color: '#BC2303'

red 188 ◦ green 35 ◦ blue 3

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

Shades of Harley Davidson Orange #BC2303

Tints of Harley Davidson Orange #BC2303

RGB

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

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

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

R = 83.19%
G = 15.49%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC2303 (or 0xBC2303) is known color: Harley Davidson Orange. HEX triplet: BC, 23 and 03. RGB value is (188,35,3). Sum of RGB (Red+Green+Blue) = 188+35+3=226 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.19% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 3 (1.56% from 255 or 1.33% from 226); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2303 is #43DCFC. Grayscale: #4D4D4D. Windows color (decimal): -4447485 or 205756. OLE color: 205756.

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

Color convert

RGB 188 35 3 -
CMYK 0 0.81 0.98 0.26
HSL 10.38º 0.97% 0.37% -
HSV(B) 10.38º 0.98% 0.74% -
XYZ 21.36 11.9 1.26 -
YUV 77.1 86.19 207.1 -
System Red Green Blue C M Y K H S L
Decimal 188 35 3 0 0.81 0.98 0.26 10.38 0.97 0.37
Hex BC 23 3 0 51 62 1A A 61 25
Octal 274 43 3 0 121 142 32 12 141 45
Binary 10111100 100011 11 0 1010001 1100010 11010 1010 1100001 100101

Color Harmonies of #BC2303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2303

Black with #BC2303

Text Example


Text Example

White with #BC2303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2303; }

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

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

background-color css

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

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

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

border-color css

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

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

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