Html Css Color HEX #BB1F02 Harley Davidson Orange

📋 copy color: '#BB1F02'

red 187 ◦ green 31 ◦ blue 2

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

Shades of Harley Davidson Orange #BB1F02

Tints of Harley Davidson Orange #BB1F02

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.09%

 BLUE value IS 2 (1.17% from 255) = 0.91%

R = 85%
G = 14.09%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB1F02 (or 0xBB1F02) is known color: Harley Davidson Orange. HEX triplet: BB, 1F and 02. RGB value is (187,31,2). Sum of RGB (Red+Green+Blue) = 187+31+2=220 (29% of max value = 765). Red value is 187 (73.44% from 255 or 85% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB1F02 is #44E0FD. Grayscale: #4A4A4A. Windows color (decimal): -4514046 or 139195. OLE color: 139195.

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

Color convert

RGB 187 31 2 -
CMYK 0 0.83 0.99 0.27
HSL 9.41º 0.98% 0.37% -
HSV(B) 9.41º 0.99% 0.73% -
XYZ 20.99 11.55 1.18 -
YUV 74.34 87.18 208.36 -
System Red Green Blue C M Y K H S L
Decimal 187 31 2 0 0.83 0.99 0.27 9.41 0.98 0.37
Hex BB 1F 2 0 53 63 1B 9 62 25
Octal 273 37 2 0 123 143 33 11 142 45
Binary 10111011 11111 10 0 1010011 1100011 11011 1001 1100010 100101

Color Harmonies of #BB1F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1F02

Black with #BB1F02

Text Example


Text Example

White with #BB1F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1F02; }

 p { color: rgb(187,31,2); }

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

background-color css

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

 a { background-color: rgb(187,31,2); }

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

border-color css

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

 span { border-color: rgb(187,31,2); }

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