Html Css Color HEX #BD2C12 Harley Davidson Orange

📋 copy color: '#BD2C12'

red 189 ◦ green 44 ◦ blue 18

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

Shades of Harley Davidson Orange #BD2C12

Tints of Harley Davidson Orange #BD2C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.17%

R = 75.3%
G = 17.53%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD2C12 (or 0xBD2C12) is known color: Harley Davidson Orange. HEX triplet: BD, 2C and 12. RGB value is (189,44,18). Sum of RGB (Red+Green+Blue) = 189+44+18=251 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.30% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2C12 is #42D3ED. Grayscale: #545454. Windows color (decimal): -4379630 or 1191101. OLE color: 1191101.

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

Color convert

RGB 189 44 18 -
CMYK 0 0.77 0.90 0.26
HSL 9.12º 0.83% 0.41% -
HSV(B) 9.12º 0.9% 0.74% -
XYZ 22 12.66 1.86 -
YUV 84.39 90.54 202.61 -
System Red Green Blue C M Y K H S L
Decimal 189 44 18 0 0.77 0.90 0.26 9.12 0.83 0.41
Hex BD 2C 12 0 4D 5A 1A 9 53 29
Octal 275 54 22 0 115 132 32 11 123 51
Binary 10111101 101100 10010 0 1001101 1011010 11010 1001 1010011 101001

Color Harmonies of #BD2C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2C12

Black with #BD2C12

Text Example


Text Example

White with #BD2C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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