Html Css Color HEX #BD2D00 Harley Davidson Orange

📋 copy color: '#BD2D00'

red 189 ◦ green 45 ◦ blue 0

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

Shades of Harley Davidson Orange #BD2D00

Tints of Harley Davidson Orange #BD2D00

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.23%

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

R = 80.77%
G = 19.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BD2D00 (or 0xBD2D00) is known color: Harley Davidson Orange. HEX triplet: BD, 2D and 00. RGB value is (189,45,0). Sum of RGB (Red+Green+Blue) = 189+45+0=234 (30% of max value = 765). Red value is 189 (74.22% from 255 or 80.77% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2D00 is #42D2FF. Grayscale: #535353. Windows color (decimal): -4379392 or 11709. OLE color: 11709.

HSL color Cylindrical-coordinate representation of color #BD2D00: hue angle of 14.29º 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 #BD2D00 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 45 0 -
CMYK 0 0.76 1 0.26
HSL 14.29º 1% 0.37% -
HSV(B) 14.29º 1% 0.74% -
XYZ 21.92 12.7 1.29 -
YUV 82.93 81.21 203.66 -
System Red Green Blue C M Y K H S L
Decimal 189 45 0 0 0.76 1 0.26 14.29 1 0.37
Hex BD 2D 0 0 4C 64 1A E 64 25
Octal 275 55 0 0 114 144 32 16 144 45
Binary 10111101 101101 0 0 1001100 1100100 11010 1110 1100100 100101

Color Harmonies of #BD2D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2D00

Black with #BD2D00

Text Example


Text Example

White with #BD2D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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