Html Css Color HEX #B24512 Rust

📋 copy color: '#B24512'

red 178 ◦ green 69 ◦ blue 18

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

Shades of Rust #B24512

Tints of Rust #B24512

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.04%

 BLUE value IS 18 (7.42% from 255) = 6.79%

R = 67.17%
G = 26.04%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B24512 (or 0xB24512) is known color: Rust. HEX triplet: B2, 45 and 12. RGB value is (178,69,18). Sum of RGB (Red+Green+Blue) = 178+69+18=265 (35% of max value = 765). Red value is 178 (69.92% from 255 or 67.17% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 178 - color contains mainly: red. Hex color #B24512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24512 is #4DBAED. Grayscale: #606060. Windows color (decimal): -5094126 or 1197490. OLE color: 1197490.

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

Color convert

RGB 178 69 18 -
CMYK 0 0.61 0.90 0.30
HSL 19.13º 0.82% 0.38% -
HSV(B) 19.13º 0.9% 0.7% -
XYZ 20.6 13.76 2.14 -
YUV 95.78 84.11 186.65 -
System Red Green Blue C M Y K H S L
Decimal 178 69 18 0 0.61 0.90 0.30 19.13 0.82 0.38
Hex B2 45 12 0 3D 5A 1E 13 52 26
Octal 262 105 22 0 75 132 36 23 122 46
Binary 10110010 1000101 10010 0 111101 1011010 11110 10011 1010010 100110

Color Harmonies of #B24512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24512

Black with #B24512

Text Example


Text Example

White with #B24512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24512; }

 p { color: rgb(178,69,18); }

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

background-color css

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

 a { background-color: rgb(178,69,18); }

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

border-color css

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

 span { border-color: rgb(178,69,18); }

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