Html Css Color HEX #BD3003 Harley Davidson Orange

📋 copy color: '#BD3003'

red 189 ◦ green 48 ◦ blue 3

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

Shades of Harley Davidson Orange #BD3003

Tints of Harley Davidson Orange #BD3003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.25%

R = 78.75%
G = 20%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BD3003 (or 0xBD3003) is known color: Harley Davidson Orange. HEX triplet: BD, 30 and 03. RGB value is (189,48,3). Sum of RGB (Red+Green+Blue) = 189+48+3=240 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.75% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3003 is #42CFFC. Grayscale: #555555. Windows color (decimal): -4378621 or 209085. OLE color: 209085.

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

Color convert

RGB 189 48 3 -
CMYK 0 0.75 0.98 0.26
HSL 14.52º 0.97% 0.38% -
HSV(B) 14.52º 0.98% 0.74% -
XYZ 22.06 12.94 1.42 -
YUV 85.03 81.71 202.16 -
System Red Green Blue C M Y K H S L
Decimal 189 48 3 0 0.75 0.98 0.26 14.52 0.97 0.38
Hex BD 30 3 0 4B 62 1A F 61 26
Octal 275 60 3 0 113 142 32 17 141 46
Binary 10111101 110000 11 0 1001011 1100010 11010 1111 1100001 100110

Color Harmonies of #BD3003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3003

Black with #BD3003

Text Example


Text Example

White with #BD3003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3003; }

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

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

background-color css

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

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

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

border-color css

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

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

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