Html Css Color HEX #B44C1A Rust

📋 copy color: '#B44C1A'

red 180 ◦ green 76 ◦ blue 26

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

Shades of Rust #B44C1A

Tints of Rust #B44C1A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.95%

 BLUE value IS 26 (10.55% from 255) = 9.22%

R = 63.83%
G = 26.95%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B44C1A (or 0xB44C1A) is known color: Rust. HEX triplet: B4, 4C and 1A. RGB value is (180,76,26). Sum of RGB (Red+Green+Blue) = 180+76+26=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44C1A is #4BB3E5. Grayscale: #656565. Windows color (decimal): -4961254 or 1723572. OLE color: 1723572.

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

Color convert

RGB 180 76 26 -
CMYK 0 0.58 0.86 0.29
HSL 19.48º 0.75% 0.4% -
HSV(B) 19.48º 0.86% 0.71% -
XYZ 21.59 14.95 2.72 -
YUV 101.4 85.46 184.07 -
System Red Green Blue C M Y K H S L
Decimal 180 76 26 0 0.58 0.86 0.29 19.48 0.75 0.4
Hex B4 4C 1A 0 3A 56 1D 13 4B 28
Octal 264 114 32 0 72 126 35 23 113 50
Binary 10110100 1001100 11010 0 111010 1010110 11101 10011 1001011 101000

Color Harmonies of #B44C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44C1A

Black with #B44C1A

Text Example


Text Example

White with #B44C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44C1A; }

 p { color: rgb(180,76,26); }

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

background-color css

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

 a { background-color: rgb(180,76,26); }

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

border-color css

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

 span { border-color: rgb(180,76,26); }

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