Html Css Color HEX #B24511 Rust

📋 copy color: '#B24511'

red 178 ◦ green 69 ◦ blue 17

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

Shades of Rust #B24511

Tints of Rust #B24511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.44%

R = 67.42%
G = 26.14%
B = 6.44%

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

#B24511 (or 0xB24511) is known color: Rust. HEX triplet: B2, 45 and 11. RGB value is (178,69,17). Sum of RGB (Red+Green+Blue) = 178+69+17=264 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.42% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 178 - color contains mainly: red. Hex color #B24511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24511 is #4DBAEE. Grayscale: #5F5F5F. Windows color (decimal): -5094127 or 1131954. OLE color: 1131954.

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

Color convert

RGB 178 69 17 -
CMYK 0 0.61 0.90 0.30
HSL 19.38º 0.83% 0.38% -
HSV(B) 19.38º 0.9% 0.7% -
XYZ 20.59 13.76 2.1 -
YUV 95.66 83.61 186.73 -
System Red Green Blue C M Y K H S L
Decimal 178 69 17 0 0.61 0.90 0.30 19.38 0.83 0.38
Hex B2 45 11 0 3D 5A 1E 13 53 26
Octal 262 105 21 0 75 132 36 23 123 46
Binary 10110010 1000101 10001 0 111101 1011010 11110 10011 1010011 100110

Color Harmonies of #B24511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24511

Black with #B24511

Text Example


Text Example

White with #B24511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24511; }

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

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

background-color css

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

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

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

border-color css

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

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

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