Html Css Color HEX #B44A14 Rust

📋 copy color: '#B44A14'

red 180 ◦ green 74 ◦ blue 20

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

Shades of Rust #B44A14

Tints of Rust #B44A14

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.01%

 BLUE value IS 20 (8.2% from 255) = 7.3%

R = 65.69%
G = 27.01%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B44A14 (or 0xB44A14) is known color: Rust. HEX triplet: B4, 4A and 14. RGB value is (180,74,20). Sum of RGB (Red+Green+Blue) = 180+74+20=274 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.69% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 180 - color contains mainly: red. Hex color #B44A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44A14 is #4BB5EB. Grayscale: #636363. Windows color (decimal): -4961772 or 1329844. OLE color: 1329844.

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

Color convert

RGB 180 74 20 -
CMYK 0 0.59 0.89 0.29
HSL 20.25º 0.8% 0.39% -
HSV(B) 20.25º 0.89% 0.71% -
XYZ 21.4 14.65 2.36 -
YUV 99.54 83.12 185.39 -
System Red Green Blue C M Y K H S L
Decimal 180 74 20 0 0.59 0.89 0.29 20.25 0.8 0.39
Hex B4 4A 14 0 3B 59 1D 14 50 27
Octal 264 112 24 0 73 131 35 24 120 47
Binary 10110100 1001010 10100 0 111011 1011001 11101 10100 1010000 100111

Color Harmonies of #B44A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44A14

Black with #B44A14

Text Example


Text Example

White with #B44A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44A14; }

 p { color: rgb(180,74,20); }

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

background-color css

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

 a { background-color: rgb(180,74,20); }

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

border-color css

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

 span { border-color: rgb(180,74,20); }

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