Html Css Color HEX #B43920 Rust

📋 copy color: '#B43920'

red 180 ◦ green 57 ◦ blue 32

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

Shades of Rust #B43920

Tints of Rust #B43920

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.19%

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

R = 66.91%
G = 21.19%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B43920 (or 0xB43920) is known color: Rust. HEX triplet: B4, 39 and 20. RGB value is (180,57,32). Sum of RGB (Red+Green+Blue) = 180+57+32=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B43920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43920 is #4BC6DF. Grayscale: #5B5B5B. Windows color (decimal): -4966112 or 2111924. OLE color: 2111924.

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

Color convert

RGB 180 57 32 -
CMYK 0 0.68 0.82 0.29
HSL 10.14º 0.7% 0.42% -
HSV(B) 10.14º 0.82% 0.71% -
XYZ 20.55 12.73 2.74 -
YUV 90.93 94.75 191.53 -
System Red Green Blue C M Y K H S L
Decimal 180 57 32 0 0.68 0.82 0.29 10.14 0.7 0.42
Hex B4 39 20 0 44 52 1D A 46 2A
Octal 264 71 40 0 104 122 35 12 106 52
Binary 10110100 111001 100000 0 1000100 1010010 11101 1010 1000110 101010

Color Harmonies of #B43920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43920

Black with #B43920

Text Example


Text Example

White with #B43920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43920; }

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

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

background-color css

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

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

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

border-color css

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

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

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