Html Css Color HEX #BC1D02 Harley Davidson Orange

📋 copy color: '#BC1D02'

red 188 ◦ green 29 ◦ blue 2

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

Shades of Harley Davidson Orange #BC1D02

Tints of Harley Davidson Orange #BC1D02

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.24%

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

R = 85.84%
G = 13.24%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC1D02 (or 0xBC1D02) is known color: Harley Davidson Orange. HEX triplet: BC, 1D and 02. RGB value is (188,29,2). Sum of RGB (Red+Green+Blue) = 188+29+2=219 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.84% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1D02 is #43E2FD. Grayscale: #494949. Windows color (decimal): -4449022 or 138684. OLE color: 138684.

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

Color convert

RGB 188 29 2 -
CMYK 0 0.85 0.99 0.26
HSL 8.71º 0.98% 0.37% -
HSV(B) 8.71º 0.99% 0.74% -
XYZ 21.19 11.57 1.17 -
YUV 73.46 87.68 209.7 -
System Red Green Blue C M Y K H S L
Decimal 188 29 2 0 0.85 0.99 0.26 8.71 0.98 0.37
Hex BC 1D 2 0 55 63 1A 9 62 25
Octal 274 35 2 0 125 143 32 11 142 45
Binary 10111100 11101 10 0 1010101 1100011 11010 1001 1100010 100101

Color Harmonies of #BC1D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1D02

Black with #BC1D02

Text Example


Text Example

White with #BC1D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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