Html Css Color HEX #BC3313 Harley Davidson Orange

📋 copy color: '#BC3313'

red 188 ◦ green 51 ◦ blue 19

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

Shades of Harley Davidson Orange #BC3313

Tints of Harley Davidson Orange #BC3313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.77%

 BLUE value IS 19 (7.81% from 255) = 7.36%

R = 72.87%
G = 19.77%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC3313 (or 0xBC3313) is known color: Harley Davidson Orange. HEX triplet: BC, 33 and 13. RGB value is (188,51,19). Sum of RGB (Red+Green+Blue) = 188+51+19=258 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.87% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3313 is #43CCEC. Grayscale: #585858. Windows color (decimal): -4443373 or 1258428. OLE color: 1258428.

HSL color Cylindrical-coordinate representation of color #BC3313: hue angle of 11.36º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC3313 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 51 19 -
CMYK 0 0.73 0.90 0.26
HSL 11.36º 0.82% 0.41% -
HSV(B) 11.36º 0.9% 0.74% -
XYZ 22.04 13.11 1.98 -
YUV 88.32 88.89 199.1 -
System Red Green Blue C M Y K H S L
Decimal 188 51 19 0 0.73 0.90 0.26 11.36 0.82 0.41
Hex BC 33 13 0 49 5A 1A B 52 29
Octal 274 63 23 0 111 132 32 13 122 51
Binary 10111100 110011 10011 0 1001001 1011010 11010 1011 1010010 101001

Color Harmonies of #BC3313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3313

Black with #BC3313

Text Example


Text Example

White with #BC3313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3313; }

 p { color: rgb(188,51,19); }

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

background-color css

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

 a { background-color: rgb(188,51,19); }

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

border-color css

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

 span { border-color: rgb(188,51,19); }

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