Html Css Color HEX #BD2B01 Harley Davidson Orange

📋 copy color: '#BD2B01'

red 189 ◦ green 43 ◦ blue 1

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

Shades of Harley Davidson Orange #BD2B01

Tints of Harley Davidson Orange #BD2B01

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.45%

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 81.12%
G = 18.45%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BD2B01 (or 0xBD2B01) is known color: Harley Davidson Orange. HEX triplet: BD, 2B and 01. RGB value is (189,43,1). Sum of RGB (Red+Green+Blue) = 189+43+1=233 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.12% from 233); Green value is 43 (17.19% from 255 or 18.45% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2B01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2B01 is #42D4FE. Grayscale: #525252. Windows color (decimal): -4379903 or 76733. OLE color: 76733.

HSL color Cylindrical-coordinate representation of color #BD2B01: hue angle of 13.4º degrees, saturation: 0.99, 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 #BD2B01 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 43 1 -
CMYK 0 0.77 0.99 0.26
HSL 13.4º 0.99% 0.37% -
HSV(B) 13.4º 0.99% 0.74% -
XYZ 21.86 12.55 1.3 -
YUV 81.87 82.37 204.42 -
System Red Green Blue C M Y K H S L
Decimal 189 43 1 0 0.77 0.99 0.26 13.4 0.99 0.37
Hex BD 2B 1 0 4D 63 1A D 63 25
Octal 275 53 1 0 115 143 32 15 143 45
Binary 10111101 101011 1 0 1001101 1100011 11010 1101 1100011 100101

Color Harmonies of #BD2B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2B01

Black with #BD2B01

Text Example


Text Example

White with #BD2B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2B01; }

 p { color: rgb(189,43,1); }

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

background-color css

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

 a { background-color: rgb(189,43,1); }

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

border-color css

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

 span { border-color: rgb(189,43,1); }

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