Html Css Color HEX #B24016 Rust

📋 copy color: '#B24016'

red 178 ◦ green 64 ◦ blue 22

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

Shades of Rust #B24016

Tints of Rust #B24016

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.24%

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

R = 67.42%
G = 24.24%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B24016 (or 0xB24016) is known color: Rust. HEX triplet: B2, 40 and 16. RGB value is (178,64,22). Sum of RGB (Red+Green+Blue) = 178+64+22=264 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.42% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 178 - color contains mainly: red. Hex color #B24016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24016 is #4DBFE9. Grayscale: #5D5D5D. Windows color (decimal): -5095402 or 1458354. OLE color: 1458354.

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

Color convert

RGB 178 64 22 -
CMYK 0 0.64 0.88 0.30
HSL 16.15º 0.78% 0.39% -
HSV(B) 16.15º 0.88% 0.7% -
XYZ 20.34 13.19 2.23 -
YUV 93.3 87.77 188.42 -
System Red Green Blue C M Y K H S L
Decimal 178 64 22 0 0.64 0.88 0.30 16.15 0.78 0.39
Hex B2 40 16 0 40 58 1E 10 4E 27
Octal 262 100 26 0 100 130 36 20 116 47
Binary 10110010 1000000 10110 0 1000000 1011000 11110 10000 1001110 100111

Color Harmonies of #B24016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24016

Black with #B24016

Text Example


Text Example

White with #B24016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24016; }

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

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

background-color css

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

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

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

border-color css

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

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

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