Html Css Color HEX #B24120 Rust

📋 copy color: '#B24120'

red 178 ◦ green 65 ◦ blue 32

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

Shades of Rust #B24120

Tints of Rust #B24120

RGB

 RED value IS 178 (69.92% from 255) = 64.73%

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

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

R = 64.73%
G = 23.64%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B24120 (or 0xB24120) is known color: Rust. HEX triplet: B2, 41 and 20. RGB value is (178,65,32). Sum of RGB (Red+Green+Blue) = 178+65+32=275 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.73% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 178 - color contains mainly: red. Hex color #B24120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24120 is #4DBEDF. Grayscale: #5F5F5F. Windows color (decimal): -5095136 or 2113970. OLE color: 2113970.

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

Color convert

RGB 178 65 32 -
CMYK 0 0.63 0.82 0.30
HSL 13.56º 0.7% 0.41% -
HSV(B) 13.56º 0.82% 0.7% -
XYZ 20.51 13.35 2.86 -
YUV 95.03 92.44 187.18 -
System Red Green Blue C M Y K H S L
Decimal 178 65 32 0 0.63 0.82 0.30 13.56 0.7 0.41
Hex B2 41 20 0 3F 52 1E E 46 29
Octal 262 101 40 0 77 122 36 16 106 51
Binary 10110010 1000001 100000 0 111111 1010010 11110 1110 1000110 101001

Color Harmonies of #B24120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24120

Black with #B24120

Text Example


Text Example

White with #B24120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24120; }

 p { color: rgb(178,65,32); }

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

background-color css

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

 a { background-color: rgb(178,65,32); }

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

border-color css

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

 span { border-color: rgb(178,65,32); }

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