Html Css Color HEX #B24910 Rust

📋 copy color: '#B24910'

red 178 ◦ green 73 ◦ blue 16

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

Shades of Rust #B24910

Tints of Rust #B24910

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.34%

 BLUE value IS 16 (6.64% from 255) = 5.99%

R = 66.67%
G = 27.34%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B24910 (or 0xB24910) is known color: Rust. HEX triplet: B2, 49 and 10. RGB value is (178,73,16). Sum of RGB (Red+Green+Blue) = 178+73+16=267 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.67% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 178 - color contains mainly: red. Hex color #B24910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24910 is #4DB6EF. Grayscale: #626262. Windows color (decimal): -5093104 or 1067442. OLE color: 1067442.

HSL color Cylindrical-coordinate representation of color #B24910: hue angle of 21.11º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B24910 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 73 16 -
CMYK 0 0.59 0.91 0.30
HSL 21.11º 0.84% 0.38% -
HSV(B) 21.11º 0.91% 0.7% -
XYZ 20.84 14.27 2.15 -
YUV 97.9 81.79 185.13 -
System Red Green Blue C M Y K H S L
Decimal 178 73 16 0 0.59 0.91 0.30 21.11 0.84 0.38
Hex B2 49 10 0 3B 5B 1E 15 54 26
Octal 262 111 20 0 73 133 36 25 124 46
Binary 10110010 1001001 10000 0 111011 1011011 11110 10101 1010100 100110

Color Harmonies of #B24910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24910

Black with #B24910

Text Example


Text Example

White with #B24910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24910; }

 p { color: rgb(178,73,16); }

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

background-color css

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

 a { background-color: rgb(178,73,16); }

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

border-color css

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

 span { border-color: rgb(178,73,16); }

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