Html Css Color HEX #BB2303 Harley Davidson Orange

📋 copy color: '#BB2303'

red 187 ◦ green 35 ◦ blue 3

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

Shades of Harley Davidson Orange #BB2303

Tints of Harley Davidson Orange #BB2303

RGB

 RED value IS 187 (73.44% from 255) = 83.11%

 GREEN value IS 35 (14.06% from 255) = 15.56%

 BLUE value IS 3 (1.56% from 255) = 1.33%

R = 83.11%
G = 15.56%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB2303 (or 0xBB2303) is known color: Harley Davidson Orange. HEX triplet: BB, 23 and 03. RGB value is (187,35,3). Sum of RGB (Red+Green+Blue) = 187+35+3=225 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.11% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 3 (1.56% from 255 or 1.33% from 225); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2303 is #44DCFC. Grayscale: #4D4D4D. Windows color (decimal): -4513021 or 205755. OLE color: 205755.

HSL color Cylindrical-coordinate representation of color #BB2303: hue angle of 10.43º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB2303 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 35 3 -
CMYK 0 0.81 0.98 0.27
HSL 10.43º 0.97% 0.37% -
HSV(B) 10.43º 0.98% 0.73% -
XYZ 21.11 11.77 1.25 -
YUV 76.8 86.36 206.6 -
System Red Green Blue C M Y K H S L
Decimal 187 35 3 0 0.81 0.98 0.27 10.43 0.97 0.37
Hex BB 23 3 0 51 62 1B A 61 25
Octal 273 43 3 0 121 142 33 12 141 45
Binary 10111011 100011 11 0 1010001 1100010 11011 1010 1100001 100101

Color Harmonies of #BB2303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2303

Black with #BB2303

Text Example


Text Example

White with #BB2303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2303; }

 p { color: rgb(187,35,3); }

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

background-color css

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

 a { background-color: rgb(187,35,3); }

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

border-color css

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

 span { border-color: rgb(187,35,3); }

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