Html Css Color HEX #B32C10 Harley Davidson Orange

📋 copy color: '#B32C10'

red 179 ◦ green 44 ◦ blue 16

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

Shades of Harley Davidson Orange #B32C10

Tints of Harley Davidson Orange #B32C10

RGB

 RED value IS 179 (70.31% from 255) = 74.9%

 GREEN value IS 44 (17.58% from 255) = 18.41%

 BLUE value IS 16 (6.64% from 255) = 6.69%

R = 74.9%
G = 18.41%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B32C10 (or 0xB32C10) is known color: Harley Davidson Orange. HEX triplet: B3, 2C and 10. RGB value is (179,44,16). Sum of RGB (Red+Green+Blue) = 179+44+16=239 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.90% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32C10 is #4CD3EF. Grayscale: #515151. Windows color (decimal): -5034992 or 1060019. OLE color: 1060019.

HSL color Cylindrical-coordinate representation of color #B32C10: hue angle of 10.31º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B32C10 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 44 16 -
CMYK 0 0.75 0.91 0.30
HSL 10.31º 0.84% 0.38% -
HSV(B) 10.31º 0.91% 0.7% -
XYZ 19.58 11.42 1.66 -
YUV 81.17 91.23 197.78 -
System Red Green Blue C M Y K H S L
Decimal 179 44 16 0 0.75 0.91 0.30 10.31 0.84 0.38
Hex B3 2C 10 0 4B 5B 1E A 54 26
Octal 263 54 20 0 113 133 36 12 124 46
Binary 10110011 101100 10000 0 1001011 1011011 11110 1010 1010100 100110

Color Harmonies of #B32C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32C10

Black with #B32C10

Text Example


Text Example

White with #B32C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32C10; }

 p { color: rgb(179,44,16); }

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

background-color css

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

 a { background-color: rgb(179,44,16); }

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

border-color css

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

 span { border-color: rgb(179,44,16); }

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