Html Css Color HEX #BC3524 Harley Davidson Orange

📋 copy color: '#BC3524'

red 188 ◦ green 53 ◦ blue 36

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

Shades of Harley Davidson Orange #BC3524

Tints of Harley Davidson Orange #BC3524

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.13%

 BLUE value IS 36 (14.45% from 255) = 13%

R = 67.87%
G = 19.13%
B = 13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC3524 (or 0xBC3524) is known color: Harley Davidson Orange. HEX triplet: BC, 35 and 24. RGB value is (188,53,36). Sum of RGB (Red+Green+Blue) = 188+53+36=277 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.87% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 36 (14.45% from 255 or 13.00% from 277); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3524 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3524 is #43CADB. Grayscale: #5B5B5B. Windows color (decimal): -4442844 or 2373052. OLE color: 2373052.

HSL color Cylindrical-coordinate representation of color #BC3524: hue angle of 6.71º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC3524 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 53 36 -
CMYK 0 0.72 0.81 0.26
HSL 6.71º 0.68% 0.44% -
HSV(B) 6.71º 0.81% 0.74% -
XYZ 22.33 13.36 3.07 -
YUV 91.43 96.73 196.88 -
System Red Green Blue C M Y K H S L
Decimal 188 53 36 0 0.72 0.81 0.26 6.71 0.68 0.44
Hex BC 35 24 0 48 51 1A 7 44 2C
Octal 274 65 44 0 110 121 32 7 104 54
Binary 10111100 110101 100100 0 1001000 1010001 11010 111 1000100 101100

Color Harmonies of #BC3524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3524

Black with #BC3524

Text Example


Text Example

White with #BC3524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3524; }

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

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

background-color css

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

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

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

border-color css

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

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

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