Html Css Color HEX #B02000 Harley Davidson Orange

📋 copy color: '#B02000'

red 176 ◦ green 32 ◦ blue 0

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

Shades of Harley Davidson Orange #B02000

Tints of Harley Davidson Orange #B02000

RGB

 RED value IS 176 (69.14% from 255) = 84.62%

 GREEN value IS 32 (12.89% from 255) = 15.38%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.62%
G = 15.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B02000 (or 0xB02000) is known color: Harley Davidson Orange. HEX triplet: B0, 20 and 00. RGB value is (176,32,0). Sum of RGB (Red+Green+Blue) = 176+32+0=208 (27% of max value = 765). Red value is 176 (69.14% from 255 or 84.62% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 176 - color contains mainly: red. Hex color #B02000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02000 is #4FDFFF. Grayscale: #474747. Windows color (decimal): -5234688 or 8368. OLE color: 8368.

HSL color Cylindrical-coordinate representation of color #B02000: hue angle of 10.91º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B02000 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 32 0 -
CMYK 0 0.82 1 0.31
HSL 10.91º 1% 0.35% -
HSV(B) 10.91º 1% 0.69% -
XYZ 18.42 10.26 1.01 -
YUV 71.41 87.71 202.6 -
System Red Green Blue C M Y K H S L
Decimal 176 32 0 0 0.82 1 0.31 10.91 1 0.35
Hex B0 20 0 0 52 64 1F B 64 23
Octal 260 40 0 0 122 144 37 13 144 43
Binary 10110000 100000 0 0 1010010 1100100 11111 1011 1100100 100011

Color Harmonies of #B02000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02000

Black with #B02000

Text Example


Text Example

White with #B02000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02000; }

 p { color: rgb(176,32,0); }

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

background-color css

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

 a { background-color: rgb(176,32,0); }

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

border-color css

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

 span { border-color: rgb(176,32,0); }

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