Html Css Color HEX #BC2A02 Harley Davidson Orange

📋 copy color: '#BC2A02'

red 188 ◦ green 42 ◦ blue 2

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

Shades of Harley Davidson Orange #BC2A02

Tints of Harley Davidson Orange #BC2A02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.86%

R = 81.03%
G = 18.1%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC2A02 (or 0xBC2A02) is known color: Harley Davidson Orange. HEX triplet: BC, 2A and 02. RGB value is (188,42,2). Sum of RGB (Red+Green+Blue) = 188+42+2=232 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.03% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2A02 is #43D5FD. Grayscale: #515151. Windows color (decimal): -4445694 or 142012. OLE color: 142012.

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

Color convert

RGB 188 42 2 -
CMYK 0 0.78 0.99 0.26
HSL 12.9º 0.98% 0.37% -
HSV(B) 12.9º 0.99% 0.74% -
XYZ 21.58 12.35 1.3 -
YUV 81.09 83.37 204.25 -
System Red Green Blue C M Y K H S L
Decimal 188 42 2 0 0.78 0.99 0.26 12.9 0.98 0.37
Hex BC 2A 2 0 4E 63 1A D 62 25
Octal 274 52 2 0 116 143 32 15 142 45
Binary 10111100 101010 10 0 1001110 1100011 11010 1101 1100010 100101

Color Harmonies of #BC2A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2A02

Black with #BC2A02

Text Example


Text Example

White with #BC2A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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