Html Css Color HEX #B22002 Harley Davidson Orange

📋 copy color: '#B22002'

red 178 ◦ green 32 ◦ blue 2

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

Shades of Harley Davidson Orange #B22002

Tints of Harley Davidson Orange #B22002

RGB

 RED value IS 178 (69.92% from 255) = 83.96%

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

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

R = 83.96%
G = 15.09%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B22002 (or 0xB22002) is known color: Harley Davidson Orange. HEX triplet: B2, 20 and 02. RGB value is (178,32,2). Sum of RGB (Red+Green+Blue) = 178+32+2=212 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.96% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 178 - color contains mainly: red. Hex color #B22002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22002 is #4DDFFD. Grayscale: #484848. Windows color (decimal): -5103614 or 139442. OLE color: 139442.

HSL color Cylindrical-coordinate representation of color #B22002: hue angle of 10.23º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B22002 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 32 2 -
CMYK 0 0.82 0.99 0.30
HSL 10.23º 0.98% 0.35% -
HSV(B) 10.23º 0.99% 0.7% -
XYZ 18.89 10.5 1.09 -
YUV 72.23 88.37 203.44 -
System Red Green Blue C M Y K H S L
Decimal 178 32 2 0 0.82 0.99 0.30 10.23 0.98 0.35
Hex B2 20 2 0 52 63 1E A 62 23
Octal 262 40 2 0 122 143 36 12 142 43
Binary 10110010 100000 10 0 1010010 1100011 11110 1010 1100010 100011

Color Harmonies of #B22002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22002

Black with #B22002

Text Example


Text Example

White with #B22002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22002; }

 p { color: rgb(178,32,2); }

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

background-color css

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

 a { background-color: rgb(178,32,2); }

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

border-color css

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

 span { border-color: rgb(178,32,2); }

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