Html Css Color HEX #B44020 Rust

📋 copy color: '#B44020'

red 180 ◦ green 64 ◦ blue 32

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

Shades of Rust #B44020

Tints of Rust #B44020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.19%

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

R = 65.22%
G = 23.19%
B = 11.59%

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

#B44020 (or 0xB44020) is known color: Rust. HEX triplet: B4, 40 and 20. RGB value is (180,64,32). Sum of RGB (Red+Green+Blue) = 180+64+32=276 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.22% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 180 - color contains mainly: red. Hex color #B44020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44020 is #4BBFDF. Grayscale: #5F5F5F. Windows color (decimal): -4964320 or 2113716. OLE color: 2113716.

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

Color convert

RGB 180 64 32 -
CMYK 0 0.64 0.82 0.29
HSL 12.97º 0.7% 0.42% -
HSV(B) 12.97º 0.82% 0.71% -
XYZ 20.92 13.47 2.86 -
YUV 95.04 92.43 188.6 -
System Red Green Blue C M Y K H S L
Decimal 180 64 32 0 0.64 0.82 0.29 12.97 0.7 0.42
Hex B4 40 20 0 40 52 1D D 46 2A
Octal 264 100 40 0 100 122 35 15 106 52
Binary 10110100 1000000 100000 0 1000000 1010010 11101 1101 1000110 101010

Color Harmonies of #B44020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44020

Black with #B44020

Text Example


Text Example

White with #B44020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44020; }

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

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

background-color css

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

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

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

border-color css

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

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

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