Html Css Color HEX #B42B0E Harley Davidson Orange

📋 copy color: '#B42B0E'

red 180 ◦ green 43 ◦ blue 14

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

Shades of Harley Davidson Orange #B42B0E

Tints of Harley Davidson Orange #B42B0E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.14%

 BLUE value IS 14 (5.86% from 255) = 5.91%

R = 75.95%
G = 18.14%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B42B0E (or 0xB42B0E) is known color: Harley Davidson Orange. HEX triplet: B4, 2B and 0E. RGB value is (180,43,14). Sum of RGB (Red+Green+Blue) = 180+43+14=237 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.95% from 237); Green value is 43 (17.19% from 255 or 18.14% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 180 - color contains mainly: red. Hex color #B42B0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42B0E is #4BD4F1. Grayscale: #505050. Windows color (decimal): -4969714 or 928692. OLE color: 928692.

HSL color Cylindrical-coordinate representation of color #B42B0E: hue angle of 10.48º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B42B0E is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 43 14 -
CMYK 0 0.76 0.92 0.29
HSL 10.48º 0.86% 0.38% -
HSV(B) 10.48º 0.92% 0.71% -
XYZ 19.77 11.46 1.59 -
YUV 80.66 90.39 198.86 -
System Red Green Blue C M Y K H S L
Decimal 180 43 14 0 0.76 0.92 0.29 10.48 0.86 0.38
Hex B4 2B E 0 4C 5C 1D A 56 26
Octal 264 53 16 0 114 134 35 12 126 46
Binary 10110100 101011 1110 0 1001100 1011100 11101 1010 1010110 100110

Color Harmonies of #B42B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42B0E

Black with #B42B0E

Text Example


Text Example

White with #B42B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42B0E; }

 p { color: rgb(180,43,14); }

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

background-color css

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

 a { background-color: rgb(180,43,14); }

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

border-color css

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

 span { border-color: rgb(180,43,14); }

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