Html Css Color HEX #BD2612 Harley Davidson Orange

📋 copy color: '#BD2612'

red 189 ◦ green 38 ◦ blue 18

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

Shades of Harley Davidson Orange #BD2612

Tints of Harley Davidson Orange #BD2612

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.51%

 BLUE value IS 18 (7.42% from 255) = 7.35%

R = 77.14%
G = 15.51%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD2612 (or 0xBD2612) is known color: Harley Davidson Orange. HEX triplet: BD, 26 and 12. RGB value is (189,38,18). Sum of RGB (Red+Green+Blue) = 189+38+18=245 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.14% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2612 is #42D9ED. Grayscale: #515151. Windows color (decimal): -4381166 or 1189565. OLE color: 1189565.

HSL color Cylindrical-coordinate representation of color #BD2612: hue angle of 7.02º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD2612 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 38 18 -
CMYK 0 0.80 0.90 0.26
HSL 7.02º 0.83% 0.41% -
HSV(B) 7.02º 0.9% 0.74% -
XYZ 21.79 12.25 1.79 -
YUV 80.87 92.53 205.13 -
System Red Green Blue C M Y K H S L
Decimal 189 38 18 0 0.80 0.90 0.26 7.02 0.83 0.41
Hex BD 26 12 0 50 5A 1A 7 53 29
Octal 275 46 22 0 120 132 32 7 123 51
Binary 10111101 100110 10010 0 1010000 1011010 11010 111 1010011 101001

Color Harmonies of #BD2612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2612

Black with #BD2612

Text Example


Text Example

White with #BD2612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2612; }

 p { color: rgb(189,38,18); }

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

background-color css

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

 a { background-color: rgb(189,38,18); }

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

border-color css

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

 span { border-color: rgb(189,38,18); }

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