Html Css Color HEX #B42D12 Harley Davidson Orange

📋 copy color: '#B42D12'

red 180 ◦ green 45 ◦ blue 18

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

Shades of Harley Davidson Orange #B42D12

Tints of Harley Davidson Orange #B42D12

RGB

 RED value IS 180 (70.7% from 255) = 74.07%

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

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

R = 74.07%
G = 18.52%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B42D12 (or 0xB42D12) is known color: Harley Davidson Orange. HEX triplet: B4, 2D and 12. RGB value is (180,45,18). Sum of RGB (Red+Green+Blue) = 180+45+18=243 (32% of max value = 765). Red value is 180 (70.70% from 255 or 74.07% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42D12 is #4BD2ED. Grayscale: #525252. Windows color (decimal): -4969198 or 1191348. OLE color: 1191348.

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

Color convert

RGB 180 45 18 -
CMYK 0 0.75 0.9 0.29
HSL 10º 0.82% 0.39% -
HSV(B) 10º 0.9% 0.71% -
XYZ 19.87 11.62 1.77 -
YUV 82.29 91.73 197.7 -
System Red Green Blue C M Y K H S L
Decimal 180 45 18 0 0.75 0.9 0.29 10 0.82 0.39
Hex B4 2D 12 0 4B 5A 1D A 52 27
Octal 264 55 22 0 113 132 35 12 122 47
Binary 10110100 101101 10010 0 1001011 1011010 11101 1010 1010010 100111

Color Harmonies of #B42D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42D12

Black with #B42D12

Text Example


Text Example

White with #B42D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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