Html Css Color HEX #BD2C10 Harley Davidson Orange

📋 copy color: '#BD2C10'

red 189 ◦ green 44 ◦ blue 16

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

Shades of Harley Davidson Orange #BD2C10

Tints of Harley Davidson Orange #BD2C10

RGB

 RED value IS 189 (74.22% from 255) = 75.9%

 GREEN value IS 44 (17.58% from 255) = 17.67%

 BLUE value IS 16 (6.64% from 255) = 6.43%

R = 75.9%
G = 17.67%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD2C10 (or 0xBD2C10) is known color: Harley Davidson Orange. HEX triplet: BD, 2C and 10. RGB value is (189,44,16). Sum of RGB (Red+Green+Blue) = 189+44+16=249 (32% of max value = 765). Red value is 189 (74.22% from 255 or 75.90% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2C10 is #42D3EF. Grayscale: #545454. Windows color (decimal): -4379632 or 1060029. OLE color: 1060029.

HSL color Cylindrical-coordinate representation of color #BD2C10: hue angle of 9.71º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD2C10 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 44 16 -
CMYK 0 0.77 0.92 0.26
HSL 9.71º 0.84% 0.4% -
HSV(B) 9.71º 0.92% 0.74% -
XYZ 21.98 12.66 1.77 -
YUV 84.16 89.54 202.78 -
System Red Green Blue C M Y K H S L
Decimal 189 44 16 0 0.77 0.92 0.26 9.71 0.84 0.4
Hex BD 2C 10 0 4D 5C 1A A 54 28
Octal 275 54 20 0 115 134 32 12 124 50
Binary 10111101 101100 10000 0 1001101 1011100 11010 1010 1010100 101000

Color Harmonies of #BD2C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2C10

Black with #BD2C10

Text Example


Text Example

White with #BD2C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2C10; }

 p { color: rgb(189,44,16); }

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

background-color css

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

 a { background-color: rgb(189,44,16); }

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

border-color css

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

 span { border-color: rgb(189,44,16); }

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