Html Css Color HEX #B24912 Rust

📋 copy color: '#B24912'

red 178 ◦ green 73 ◦ blue 18

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

Shades of Rust #B24912

Tints of Rust #B24912

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.14%

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

R = 66.17%
G = 27.14%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B24912 (or 0xB24912) is known color: Rust. HEX triplet: B2, 49 and 12. RGB value is (178,73,18). Sum of RGB (Red+Green+Blue) = 178+73+18=269 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.17% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 178 - color contains mainly: red. Hex color #B24912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24912 is #4DB6ED. Grayscale: #626262. Windows color (decimal): -5093102 or 1198514. OLE color: 1198514.

HSL color Cylindrical-coordinate representation of color #B24912: hue angle of 20.62º 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 #B24912 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 73 18 -
CMYK 0 0.59 0.90 0.30
HSL 20.63º 0.82% 0.38% -
HSV(B) 20.63º 0.9% 0.7% -
XYZ 20.85 14.27 2.23 -
YUV 98.13 82.79 184.97 -
System Red Green Blue C M Y K H S L
Decimal 178 73 18 0 0.59 0.90 0.30 20.63 0.82 0.38
Hex B2 49 12 0 3B 5A 1E 15 52 26
Octal 262 111 22 0 73 132 36 25 122 46
Binary 10110010 1001001 10010 0 111011 1011010 11110 10101 1010010 100110

Color Harmonies of #B24912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24912

Black with #B24912

Text Example


Text Example

White with #B24912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24912; }

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

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

background-color css

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

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

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

border-color css

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

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

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