Html Css Color HEX #B14021 Rust

📋 copy color: '#B14021'

red 177 ◦ green 64 ◦ blue 33

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

Shades of Rust #B14021

Tints of Rust #B14021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.04%

R = 64.6%
G = 23.36%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B14021 (or 0xB14021) is known color: Rust. HEX triplet: B1, 40 and 21. RGB value is (177,64,33). Sum of RGB (Red+Green+Blue) = 177+64+33=274 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.60% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 177 - color contains mainly: red. Hex color #B14021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14021 is #4EBFDE. Grayscale: #5E5E5E. Windows color (decimal): -5160927 or 2179249. OLE color: 2179249.

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

Color convert

RGB 177 64 33 -
CMYK 0 0.64 0.81 0.31
HSL 12.92º 0.69% 0.41% -
HSV(B) 12.92º 0.81% 0.69% -
XYZ 20.24 13.12 2.91 -
YUV 94.25 93.44 187.02 -
System Red Green Blue C M Y K H S L
Decimal 177 64 33 0 0.64 0.81 0.31 12.92 0.69 0.41
Hex B1 40 21 0 40 51 1F D 45 29
Octal 261 100 41 0 100 121 37 15 105 51
Binary 10110001 1000000 100001 0 1000000 1010001 11111 1101 1000101 101001

Color Harmonies of #B14021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14021

Black with #B14021

Text Example


Text Example

White with #B14021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14021; }

 p { color: rgb(177,64,33); }

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

background-color css

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

 a { background-color: rgb(177,64,33); }

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

border-color css

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

 span { border-color: rgb(177,64,33); }

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