Html Css Color HEX #BC3525 Harley Davidson Orange

📋 copy color: '#BC3525'

red 188 ◦ green 53 ◦ blue 37

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

Shades of Harley Davidson Orange #BC3525

Tints of Harley Davidson Orange #BC3525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.31%

R = 67.63%
G = 19.06%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC3525 (or 0xBC3525) is known color: Harley Davidson Orange. HEX triplet: BC, 35 and 25. RGB value is (188,53,37). Sum of RGB (Red+Green+Blue) = 188+53+37=278 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.63% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 37 (14.84% from 255 or 13.31% from 278); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3525 is #43CADA. Grayscale: #5B5B5B. Windows color (decimal): -4442843 or 2438588. OLE color: 2438588.

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

Color convert

RGB 188 53 37 -
CMYK 0 0.72 0.80 0.26
HSL 6.36º 0.67% 0.44% -
HSV(B) 6.36º 0.8% 0.74% -
XYZ 22.35 13.37 3.15 -
YUV 91.54 97.23 196.8 -
System Red Green Blue C M Y K H S L
Decimal 188 53 37 0 0.72 0.80 0.26 6.36 0.67 0.44
Hex BC 35 25 0 48 50 1A 6 43 2C
Octal 274 65 45 0 110 120 32 6 103 54
Binary 10111100 110101 100101 0 1001000 1010000 11010 110 1000011 101100

Color Harmonies of #BC3525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3525

Black with #BC3525

Text Example


Text Example

White with #BC3525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3525; }

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

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

background-color css

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

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

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

border-color css

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

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

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