Html Css Color HEX #B8300D Harley Davidson Orange

📋 copy color: '#B8300D'

red 184 ◦ green 48 ◦ blue 13

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

Shades of Harley Davidson Orange #B8300D

Tints of Harley Davidson Orange #B8300D

RGB

 RED value IS 184 (72.27% from 255) = 75.1%

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

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

R = 75.1%
G = 19.59%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B8300D (or 0xB8300D) is known color: Harley Davidson Orange. HEX triplet: B8, 30 and 0D. RGB value is (184,48,13). Sum of RGB (Red+Green+Blue) = 184+48+13=245 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.10% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 184 - color contains mainly: red. Hex color #B8300D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8300D is #47CFF2. Grayscale: #545454. Windows color (decimal): -4706291 or 864440. OLE color: 864440.

HSL color Cylindrical-coordinate representation of color #B8300D: hue angle of 12.28º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8300D is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 48 13 -
CMYK 0 0.74 0.93 0.28
HSL 12.28º 0.87% 0.39% -
HSV(B) 12.28º 0.93% 0.72% -
XYZ 20.9 12.33 1.66 -
YUV 84.67 87.56 198.85 -
System Red Green Blue C M Y K H S L
Decimal 184 48 13 0 0.74 0.93 0.28 12.28 0.87 0.39
Hex B8 30 D 0 4A 5D 1C C 57 27
Octal 270 60 15 0 112 135 34 14 127 47
Binary 10111000 110000 1101 0 1001010 1011101 11100 1100 1010111 100111

Color Harmonies of #B8300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8300D

Black with #B8300D

Text Example


Text Example

White with #B8300D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8300D; }

 p { color: rgb(184,48,13); }

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

background-color css

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

 a { background-color: rgb(184,48,13); }

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

border-color css

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

 span { border-color: rgb(184,48,13); }

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