Html Css Color HEX #B44814 Rust

📋 copy color: '#B44814'

red 180 ◦ green 72 ◦ blue 20

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

Shades of Rust #B44814

Tints of Rust #B44814

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.47%

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

R = 66.18%
G = 26.47%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B44814 (or 0xB44814) is known color: Rust. HEX triplet: B4, 48 and 14. RGB value is (180,72,20). Sum of RGB (Red+Green+Blue) = 180+72+20=272 (36% of max value = 765). Red value is 180 (70.70% from 255 or 66.18% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 180 - color contains mainly: red. Hex color #B44814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44814 is #4BB7EB. Grayscale: #626262. Windows color (decimal): -4962284 or 1329332. OLE color: 1329332.

HSL color Cylindrical-coordinate representation of color #B44814: hue angle of 19.5º 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 #B44814 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 72 20 -
CMYK 0 0.60 0.89 0.29
HSL 19.5º 0.8% 0.39% -
HSV(B) 19.5º 0.89% 0.71% -
XYZ 21.27 14.39 2.32 -
YUV 98.36 83.78 186.23 -
System Red Green Blue C M Y K H S L
Decimal 180 72 20 0 0.60 0.89 0.29 19.5 0.8 0.39
Hex B4 48 14 0 3C 59 1D 14 50 27
Octal 264 110 24 0 74 131 35 24 120 47
Binary 10110100 1001000 10100 0 111100 1011001 11101 10100 1010000 100111

Color Harmonies of #B44814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44814

Black with #B44814

Text Example


Text Example

White with #B44814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44814; }

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

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

background-color css

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

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

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

border-color css

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

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

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