Html Css Color HEX #B44121 Rust

📋 copy color: '#B44121'

red 180 ◦ green 65 ◦ blue 33

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

Shades of Rust #B44121

Tints of Rust #B44121

RGB

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

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

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

R = 64.75%
G = 23.38%
B = 11.87%

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

#B44121 (or 0xB44121) is known color: Rust. HEX triplet: B4, 41 and 21. RGB value is (180,65,33). Sum of RGB (Red+Green+Blue) = 180+65+33=278 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.75% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 180 - color contains mainly: red. Hex color #B44121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44121 is #4BBEDE. Grayscale: #5F5F5F. Windows color (decimal): -4964063 or 2179508. OLE color: 2179508.

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

Color convert

RGB 180 65 33 -
CMYK 0 0.64 0.82 0.29
HSL 13.06º 0.69% 0.42% -
HSV(B) 13.06º 0.82% 0.71% -
XYZ 20.99 13.59 2.96 -
YUV 95.74 92.6 188.1 -
System Red Green Blue C M Y K H S L
Decimal 180 65 33 0 0.64 0.82 0.29 13.06 0.69 0.42
Hex B4 41 21 0 40 52 1D D 45 2A
Octal 264 101 41 0 100 122 35 15 105 52
Binary 10110100 1000001 100001 0 1000000 1010010 11101 1101 1000101 101010

Color Harmonies of #B44121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44121

Black with #B44121

Text Example


Text Example

White with #B44121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44121; }

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

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

background-color css

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

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

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

border-color css

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

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

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