Html Css Color HEX #B14121 Rust

📋 copy color: '#B14121'

red 177 ◦ green 65 ◦ blue 33

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

Shades of Rust #B14121

Tints of Rust #B14121

RGB

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

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

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

R = 64.36%
G = 23.64%
B = 12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B14121 (or 0xB14121) is known color: Rust. HEX triplet: B1, 41 and 21. RGB value is (177,65,33). Sum of RGB (Red+Green+Blue) = 177+65+33=275 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.36% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 177 - color contains mainly: red. Hex color #B14121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14121 is #4EBEDE. Grayscale: #5F5F5F. Windows color (decimal): -5160671 or 2179505. OLE color: 2179505.

HSL color Cylindrical-coordinate representation of color #B14121: hue angle of 13.33º 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 #B14121 is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 65 33 -
CMYK 0 0.63 0.81 0.31
HSL 13.33º 0.69% 0.41% -
HSV(B) 13.33º 0.81% 0.69% -
XYZ 20.3 13.24 2.92 -
YUV 94.84 93.11 186.6 -
System Red Green Blue C M Y K H S L
Decimal 177 65 33 0 0.63 0.81 0.31 13.33 0.69 0.41
Hex B1 41 21 0 3F 51 1F D 45 29
Octal 261 101 41 0 77 121 37 15 105 51
Binary 10110001 1000001 100001 0 111111 1010001 11111 1101 1000101 101001

Color Harmonies of #B14121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14121

Black with #B14121

Text Example


Text Example

White with #B14121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14121; }

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

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

background-color css

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

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

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

border-color css

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

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

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