Html Css Color HEX #BD300D Harley Davidson Orange

📋 copy color: '#BD300D'

red 189 ◦ green 48 ◦ blue 13

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

Shades of Harley Davidson Orange #BD300D

Tints of Harley Davidson Orange #BD300D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.2%

R = 75.6%
G = 19.2%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD300D (or 0xBD300D) is known color: Harley Davidson Orange. HEX triplet: BD, 30 and 0D. RGB value is (189,48,13). Sum of RGB (Red+Green+Blue) = 189+48+13=250 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.6% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 189 - color contains mainly: red. Hex color #BD300D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD300D is #42CFF2. Grayscale: #565656. Windows color (decimal): -4378611 or 864445. OLE color: 864445.

HSL color Cylindrical-coordinate representation of color #BD300D: hue angle of 11.93º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD300D is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 48 13 -
CMYK 0 0.75 0.93 0.26
HSL 11.93º 0.87% 0.4% -
HSV(B) 11.93º 0.93% 0.74% -
XYZ 22.12 12.96 1.72 -
YUV 86.17 86.71 201.35 -
System Red Green Blue C M Y K H S L
Decimal 189 48 13 0 0.75 0.93 0.26 11.93 0.87 0.4
Hex BD 30 D 0 4B 5D 1A C 57 28
Octal 275 60 15 0 113 135 32 14 127 50
Binary 10111101 110000 1101 0 1001011 1011101 11010 1100 1010111 101000

Color Harmonies of #BD300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD300D

Black with #BD300D

Text Example


Text Example

White with #BD300D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD300D; }

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

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

background-color css

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

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

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

border-color css

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

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

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