Html Css Color HEX #B24F11 Rust

📋 copy color: '#B24F11'

red 178 ◦ green 79 ◦ blue 17

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

Shades of Rust #B24F11

Tints of Rust #B24F11

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.83%

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

R = 64.96%
G = 28.83%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B24F11 (or 0xB24F11) is known color: Rust. HEX triplet: B2, 4F and 11. RGB value is (178,79,17). Sum of RGB (Red+Green+Blue) = 178+79+17=274 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.96% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 178 - color contains mainly: red. Hex color #B24F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B24F11 is #4DB0EE. Grayscale: #656565. Windows color (decimal): -5091567 or 1134514. OLE color: 1134514.

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

Color convert

RGB 178 79 17 -
CMYK 0 0.56 0.90 0.30
HSL 23.11º 0.83% 0.38% -
HSV(B) 23.11º 0.9% 0.7% -
XYZ 21.26 15.1 2.32 -
YUV 101.53 80.3 182.54 -
System Red Green Blue C M Y K H S L
Decimal 178 79 17 0 0.56 0.90 0.30 23.11 0.83 0.38
Hex B2 4F 11 0 38 5A 1E 17 53 26
Octal 262 117 21 0 70 132 36 27 123 46
Binary 10110010 1001111 10001 0 111000 1011010 11110 10111 1010011 100110

Color Harmonies of #B24F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24F11

Black with #B24F11

Text Example


Text Example

White with #B24F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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