Html Css Color HEX #B24D11 Rust

📋 copy color: '#B24D11'

red 178 ◦ green 77 ◦ blue 17

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

Shades of Rust #B24D11

Tints of Rust #B24D11

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.31%

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

R = 65.44%
G = 28.31%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B24D11 (or 0xB24D11) is known color: Rust. HEX triplet: B2, 4D and 11. RGB value is (178,77,17). Sum of RGB (Red+Green+Blue) = 178+77+17=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B24D11 is #4DB2EE. Grayscale: #646464. Windows color (decimal): -5092079 or 1134002. OLE color: 1134002.

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

Color convert

RGB 178 77 17 -
CMYK 0 0.57 0.90 0.30
HSL 22.36º 0.83% 0.38% -
HSV(B) 22.36º 0.9% 0.7% -
XYZ 21.12 14.81 2.28 -
YUV 100.36 80.96 183.38 -
System Red Green Blue C M Y K H S L
Decimal 178 77 17 0 0.57 0.90 0.30 22.36 0.83 0.38
Hex B2 4D 11 0 39 5A 1E 16 53 26
Octal 262 115 21 0 71 132 36 26 123 46
Binary 10110010 1001101 10001 0 111001 1011010 11110 10110 1010011 100110

Color Harmonies of #B24D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24D11

Black with #B24D11

Text Example


Text Example

White with #B24D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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