Html Css Color HEX #BD2C0F Harley Davidson Orange

📋 copy color: '#BD2C0F'

red 189 ◦ green 44 ◦ blue 15

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

Shades of Harley Davidson Orange #BD2C0F

Tints of Harley Davidson Orange #BD2C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.05%

R = 76.21%
G = 17.74%
B = 6.05%

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

#BD2C0F (or 0xBD2C0F) is known color: Harley Davidson Orange. HEX triplet: BD, 2C and 0F. RGB value is (189,44,15). Sum of RGB (Red+Green+Blue) = 189+44+15=248 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.21% from 248); Green value is 44 (17.58% from 255 or 17.74% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2C0F is #42D3F0. Grayscale: #545454. Windows color (decimal): -4379633 or 994493. OLE color: 994493.

HSL color Cylindrical-coordinate representation of color #BD2C0F: hue angle of 10º degrees, saturation: 0.85, 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 #BD2C0F is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 44 15 -
CMYK 0 0.77 0.92 0.26
HSL 10º 0.85% 0.4% -
HSV(B) 10º 0.92% 0.74% -
XYZ 21.97 12.65 1.74 -
YUV 84.05 89.04 202.86 -
System Red Green Blue C M Y K H S L
Decimal 189 44 15 0 0.77 0.92 0.26 10 0.85 0.4
Hex BD 2C F 0 4D 5C 1A A 55 28
Octal 275 54 17 0 115 134 32 12 125 50
Binary 10111101 101100 1111 0 1001101 1011100 11010 1010 1010101 101000

Color Harmonies of #BD2C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2C0F

Black with #BD2C0F

Text Example


Text Example

White with #BD2C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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