Html Css Color HEX #BC2A03 Harley Davidson Orange

📋 copy color: '#BC2A03'

red 188 ◦ green 42 ◦ blue 3

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

Shades of Harley Davidson Orange #BC2A03

Tints of Harley Davidson Orange #BC2A03

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.03%

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

R = 80.69%
G = 18.03%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC2A03 (or 0xBC2A03) is known color: Harley Davidson Orange. HEX triplet: BC, 2A and 03. RGB value is (188,42,3). Sum of RGB (Red+Green+Blue) = 188+42+3=233 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.69% from 233); Green value is 42 (16.80% from 255 or 18.03% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2A03 is #43D5FC. Grayscale: #515151. Windows color (decimal): -4445693 or 207548. OLE color: 207548.

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

Color convert

RGB 188 42 3 -
CMYK 0 0.78 0.98 0.26
HSL 12.65º 0.97% 0.37% -
HSV(B) 12.65º 0.98% 0.74% -
XYZ 21.58 12.35 1.33 -
YUV 81.21 83.87 204.17 -
System Red Green Blue C M Y K H S L
Decimal 188 42 3 0 0.78 0.98 0.26 12.65 0.97 0.37
Hex BC 2A 3 0 4E 62 1A D 61 25
Octal 274 52 3 0 116 142 32 15 141 45
Binary 10111100 101010 11 0 1001110 1100010 11010 1101 1100001 100101

Color Harmonies of #BC2A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2A03

Black with #BC2A03

Text Example


Text Example

White with #BC2A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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