Html Css Color HEX #BD2B0D Harley Davidson Orange

📋 copy color: '#BD2B0D'

red 189 ◦ green 43 ◦ blue 13

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

Shades of Harley Davidson Orange #BD2B0D

Tints of Harley Davidson Orange #BD2B0D

RGB

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

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

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

R = 77.14%
G = 17.55%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD2B0D (or 0xBD2B0D) is known color: Harley Davidson Orange. HEX triplet: BD, 2B and 0D. RGB value is (189,43,13). Sum of RGB (Red+Green+Blue) = 189+43+13=245 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.14% from 245); Green value is 43 (17.19% from 255 or 17.55% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2B0D is #42D4F2. Grayscale: #535353. Windows color (decimal): -4379891 or 863165. OLE color: 863165.

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

Color convert

RGB 189 43 13 -
CMYK 0 0.77 0.93 0.26
HSL 10.23º 0.87% 0.4% -
HSV(B) 10.23º 0.93% 0.74% -
XYZ 21.92 12.58 1.65 -
YUV 83.23 88.37 203.44 -
System Red Green Blue C M Y K H S L
Decimal 189 43 13 0 0.77 0.93 0.26 10.23 0.87 0.4
Hex BD 2B D 0 4D 5D 1A A 57 28
Octal 275 53 15 0 115 135 32 12 127 50
Binary 10111101 101011 1101 0 1001101 1011101 11010 1010 1010111 101000

Color Harmonies of #BD2B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2B0D

Black with #BD2B0D

Text Example


Text Example

White with #BD2B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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