Html Css Color HEX #BD3012 Harley Davidson Orange

📋 copy color: '#BD3012'

red 189 ◦ green 48 ◦ blue 18

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

Shades of Harley Davidson Orange #BD3012

Tints of Harley Davidson Orange #BD3012

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.82%

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

R = 74.12%
G = 18.82%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD3012 (or 0xBD3012) is known color: Harley Davidson Orange. HEX triplet: BD, 30 and 12. RGB value is (189,48,18). Sum of RGB (Red+Green+Blue) = 189+48+18=255 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.12% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3012 is #42CFED. Grayscale: #575757. Windows color (decimal): -4378606 or 1192125. OLE color: 1192125.

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

Color convert

RGB 189 48 18 -
CMYK 0 0.75 0.90 0.26
HSL 10.53º 0.83% 0.41% -
HSV(B) 10.53º 0.9% 0.74% -
XYZ 22.15 12.98 1.91 -
YUV 86.74 89.21 200.94 -
System Red Green Blue C M Y K H S L
Decimal 189 48 18 0 0.75 0.90 0.26 10.53 0.83 0.41
Hex BD 30 12 0 4B 5A 1A B 53 29
Octal 275 60 22 0 113 132 32 13 123 51
Binary 10111101 110000 10010 0 1001011 1011010 11010 1011 1010011 101001

Color Harmonies of #BD3012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3012

Black with #BD3012

Text Example


Text Example

White with #BD3012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3012; }

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

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

background-color css

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

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

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

border-color css

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

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

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