Html Css Color HEX #BD2C00 Harley Davidson Orange

📋 copy color: '#BD2C00'

red 189 ◦ green 44 ◦ blue 0

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

Shades of Harley Davidson Orange #BD2C00

Tints of Harley Davidson Orange #BD2C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.12%
G = 18.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BD2C00 (or 0xBD2C00) is known color: Harley Davidson Orange. HEX triplet: BD, 2C and 00. RGB value is (189,44,0). Sum of RGB (Red+Green+Blue) = 189+44+0=233 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.12% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2C00 is #42D3FF. Grayscale: #525252. Windows color (decimal): -4379648 or 11453. OLE color: 11453.

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

Color convert

RGB 189 44 0 -
CMYK 0 0.77 1 0.26
HSL 13.97º 1% 0.37% -
HSV(B) 13.97º 1% 0.74% -
XYZ 21.89 12.62 1.28 -
YUV 82.34 81.54 204.08 -
System Red Green Blue C M Y K H S L
Decimal 189 44 0 0 0.77 1 0.26 13.97 1 0.37
Hex BD 2C 0 0 4D 64 1A E 64 25
Octal 275 54 0 0 115 144 32 16 144 45
Binary 10111101 101100 0 0 1001101 1100100 11010 1110 1100100 100101

Color Harmonies of #BD2C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2C00

Black with #BD2C00

Text Example


Text Example

White with #BD2C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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