Html Css Color HEX #B44120 Rust

📋 copy color: '#B44120'

red 180 ◦ green 65 ◦ blue 32

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

Shades of Rust #B44120

Tints of Rust #B44120

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.47%

 BLUE value IS 32 (12.89% from 255) = 11.55%

R = 64.98%
G = 23.47%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B44120 (or 0xB44120) is known color: Rust. HEX triplet: B4, 41 and 20. RGB value is (180,65,32). Sum of RGB (Red+Green+Blue) = 180+65+32=277 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.98% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 180 - color contains mainly: red. Hex color #B44120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44120 is #4BBEDF. Grayscale: #5F5F5F. Windows color (decimal): -4964064 or 2113972. OLE color: 2113972.

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

Color convert

RGB 180 65 32 -
CMYK 0 0.64 0.82 0.29
HSL 13.38º 0.7% 0.42% -
HSV(B) 13.38º 0.82% 0.71% -
XYZ 20.97 13.59 2.88 -
YUV 95.62 92.1 188.18 -
System Red Green Blue C M Y K H S L
Decimal 180 65 32 0 0.64 0.82 0.29 13.38 0.7 0.42
Hex B4 41 20 0 40 52 1D D 46 2A
Octal 264 101 40 0 100 122 35 15 106 52
Binary 10110100 1000001 100000 0 1000000 1010010 11101 1101 1000110 101010

Color Harmonies of #B44120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44120

Black with #B44120

Text Example


Text Example

White with #B44120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44120; }

 p { color: rgb(180,65,32); }

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

background-color css

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

 a { background-color: rgb(180,65,32); }

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

border-color css

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

 span { border-color: rgb(180,65,32); }

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