Html Css Color HEX #B24F16 Rust

📋 copy color: '#B24F16'

red 178 ◦ green 79 ◦ blue 22

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

Shades of Rust #B24F16

Tints of Rust #B24F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.89%

R = 63.8%
G = 28.32%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B24F16 (or 0xB24F16) is known color: Rust. HEX triplet: B2, 4F and 16. RGB value is (178,79,22). Sum of RGB (Red+Green+Blue) = 178+79+22=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B24F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B24F16 is #4DB0E9. Grayscale: #666666. Windows color (decimal): -5091562 or 1462194. OLE color: 1462194.

HSL color Cylindrical-coordinate representation of color #B24F16: hue angle of 21.92º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B24F16 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 79 22 -
CMYK 0 0.56 0.88 0.30
HSL 21.92º 0.78% 0.39% -
HSV(B) 21.92º 0.88% 0.7% -
XYZ 21.3 15.11 2.55 -
YUV 102.1 82.8 182.13 -
System Red Green Blue C M Y K H S L
Decimal 178 79 22 0 0.56 0.88 0.30 21.92 0.78 0.39
Hex B2 4F 16 0 38 58 1E 16 4E 27
Octal 262 117 26 0 70 130 36 26 116 47
Binary 10110010 1001111 10110 0 111000 1011000 11110 10110 1001110 100111

Color Harmonies of #B24F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24F16

Black with #B24F16

Text Example


Text Example

White with #B24F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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