Html Css Color HEX #BD2512 Harley Davidson Orange

📋 copy color: '#BD2512'

red 189 ◦ green 37 ◦ blue 18

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

Shades of Harley Davidson Orange #BD2512

Tints of Harley Davidson Orange #BD2512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.16%

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

R = 77.46%
G = 15.16%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD2512 (or 0xBD2512) is known color: Harley Davidson Orange. HEX triplet: BD, 25 and 12. RGB value is (189,37,18). Sum of RGB (Red+Green+Blue) = 189+37+18=244 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.46% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2512 is #42DAED. Grayscale: #505050. Windows color (decimal): -4381422 or 1189309. OLE color: 1189309.

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

Color convert

RGB 189 37 18 -
CMYK 0 0.80 0.90 0.26
HSL 6.67º 0.83% 0.41% -
HSV(B) 6.67º 0.9% 0.74% -
XYZ 21.76 12.19 1.78 -
YUV 80.28 92.86 205.54 -
System Red Green Blue C M Y K H S L
Decimal 189 37 18 0 0.80 0.90 0.26 6.67 0.83 0.41
Hex BD 25 12 0 50 5A 1A 7 53 29
Octal 275 45 22 0 120 132 32 7 123 51
Binary 10111101 100101 10010 0 1010000 1011010 11010 111 1010011 101001

Color Harmonies of #BD2512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2512

Black with #BD2512

Text Example


Text Example

White with #BD2512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2512; }

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

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

background-color css

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

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

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

border-color css

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

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

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