Html Css Color HEX #BC2403 Harley Davidson Orange

📋 copy color: '#BC2403'

red 188 ◦ green 36 ◦ blue 3

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

Shades of Harley Davidson Orange #BC2403

Tints of Harley Davidson Orange #BC2403

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.86%

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

R = 82.82%
G = 15.86%
B = 1.32%

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

#BC2403 (or 0xBC2403) is known color: Harley Davidson Orange. HEX triplet: BC, 24 and 03. RGB value is (188,36,3). Sum of RGB (Red+Green+Blue) = 188+36+3=227 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.82% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 3 (1.56% from 255 or 1.32% from 227); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2403 is #43DBFC. Grayscale: #4D4D4D. Windows color (decimal): -4447229 or 206012. OLE color: 206012.

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

Color convert

RGB 188 36 3 -
CMYK 0 0.81 0.98 0.26
HSL 10.7º 0.97% 0.37% -
HSV(B) 10.7º 0.98% 0.74% -
XYZ 21.39 11.96 1.27 -
YUV 77.69 85.86 206.68 -
System Red Green Blue C M Y K H S L
Decimal 188 36 3 0 0.81 0.98 0.26 10.7 0.97 0.37
Hex BC 24 3 0 51 62 1A B 61 25
Octal 274 44 3 0 121 142 32 13 141 45
Binary 10111100 100100 11 0 1010001 1100010 11010 1011 1100001 100101

Color Harmonies of #BC2403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2403

Black with #BC2403

Text Example


Text Example

White with #BC2403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2403; }

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

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

background-color css

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

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

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

border-color css

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

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

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