Html Css Color HEX #BD3002 Harley Davidson Orange

📋 copy color: '#BD3002'

red 189 ◦ green 48 ◦ blue 2

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

Shades of Harley Davidson Orange #BD3002

Tints of Harley Davidson Orange #BD3002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.84%

R = 79.08%
G = 20.08%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BD3002 (or 0xBD3002) is known color: Harley Davidson Orange. HEX triplet: BD, 30 and 02. RGB value is (189,48,2). Sum of RGB (Red+Green+Blue) = 189+48+2=239 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.08% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3002 is #42CFFD. Grayscale: #555555. Windows color (decimal): -4378622 or 143549. OLE color: 143549.

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

Color convert

RGB 189 48 2 -
CMYK 0 0.75 0.99 0.26
HSL 14.76º 0.98% 0.37% -
HSV(B) 14.76º 0.99% 0.74% -
XYZ 22.05 12.94 1.39 -
YUV 84.92 81.21 202.24 -
System Red Green Blue C M Y K H S L
Decimal 189 48 2 0 0.75 0.99 0.26 14.76 0.98 0.37
Hex BD 30 2 0 4B 63 1A F 62 25
Octal 275 60 2 0 113 143 32 17 142 45
Binary 10111101 110000 10 0 1001011 1100011 11010 1111 1100010 100101

Color Harmonies of #BD3002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3002

Black with #BD3002

Text Example


Text Example

White with #BD3002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3002; }

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

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

background-color css

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

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

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

border-color css

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

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

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