Html Css Color HEX #B32D12 Harley Davidson Orange

📋 copy color: '#B32D12'

red 179 ◦ green 45 ◦ blue 18

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

Shades of Harley Davidson Orange #B32D12

Tints of Harley Davidson Orange #B32D12

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.6%

 BLUE value IS 18 (7.42% from 255) = 7.44%

R = 73.97%
G = 18.6%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B32D12 (or 0xB32D12) is known color: Harley Davidson Orange. HEX triplet: B3, 2D and 12. RGB value is (179,45,18). Sum of RGB (Red+Green+Blue) = 179+45+18=242 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.97% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32D12 is #4CD2ED. Grayscale: #525252. Windows color (decimal): -5034734 or 1191347. OLE color: 1191347.

HSL color Cylindrical-coordinate representation of color #B32D12: hue angle of 10.06º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B32D12 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 45 18 -
CMYK 0 0.75 0.90 0.30
HSL 10.06º 0.82% 0.39% -
HSV(B) 10.06º 0.9% 0.7% -
XYZ 19.64 11.5 1.76 -
YUV 81.99 91.89 197.2 -
System Red Green Blue C M Y K H S L
Decimal 179 45 18 0 0.75 0.90 0.30 10.06 0.82 0.39
Hex B3 2D 12 0 4B 5A 1E A 52 27
Octal 263 55 22 0 113 132 36 12 122 47
Binary 10110011 101101 10010 0 1001011 1011010 11110 1010 1010010 100111

Color Harmonies of #B32D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32D12

Black with #B32D12

Text Example


Text Example

White with #B32D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32D12; }

 p { color: rgb(179,45,18); }

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

background-color css

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

 a { background-color: rgb(179,45,18); }

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

border-color css

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

 span { border-color: rgb(179,45,18); }

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