Html Css Color HEX #B14220 Rust

📋 copy color: '#B14220'

red 177 ◦ green 66 ◦ blue 32

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

Shades of Rust #B14220

Tints of Rust #B14220

RGB

 RED value IS 177 (69.53% from 255) = 64.36%

 GREEN value IS 66 (26.17% from 255) = 24%

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

R = 64.36%
G = 24%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B14220 (or 0xB14220) is known color: Rust. HEX triplet: B1, 42 and 20. RGB value is (177,66,32). Sum of RGB (Red+Green+Blue) = 177+66+32=275 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.36% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 177 - color contains mainly: red. Hex color #B14220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14220 is #4EBDDF. Grayscale: #5F5F5F. Windows color (decimal): -5160416 or 2114225. OLE color: 2114225.

HSL color Cylindrical-coordinate representation of color #B14220: hue angle of 14.07º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B14220 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 66 32 -
CMYK 0 0.63 0.82 0.31
HSL 14.07º 0.69% 0.41% -
HSV(B) 14.07º 0.82% 0.69% -
XYZ 20.34 13.35 2.87 -
YUV 95.31 92.27 186.26 -
System Red Green Blue C M Y K H S L
Decimal 177 66 32 0 0.63 0.82 0.31 14.07 0.69 0.41
Hex B1 42 20 0 3F 52 1F E 45 29
Octal 261 102 40 0 77 122 37 16 105 51
Binary 10110001 1000010 100000 0 111111 1010010 11111 1110 1000101 101001

Color Harmonies of #B14220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14220

Black with #B14220

Text Example


Text Example

White with #B14220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14220; }

 p { color: rgb(177,66,32); }

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

background-color css

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

 a { background-color: rgb(177,66,32); }

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

border-color css

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

 span { border-color: rgb(177,66,32); }

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