Html Css Color HEX #B24810 Rust

📋 copy color: '#B24810'

red 178 ◦ green 72 ◦ blue 16

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

Shades of Rust #B24810

Tints of Rust #B24810

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.07%

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

R = 66.92%
G = 27.07%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B24810 (or 0xB24810) is known color: Rust. HEX triplet: B2, 48 and 10. RGB value is (178,72,16). Sum of RGB (Red+Green+Blue) = 178+72+16=266 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.92% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 178 - color contains mainly: red. Hex color #B24810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24810 is #4DB7EF. Grayscale: #616161. Windows color (decimal): -5093360 or 1067186. OLE color: 1067186.

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

Color convert

RGB 178 72 16 -
CMYK 0 0.60 0.91 0.30
HSL 20.74º 0.84% 0.38% -
HSV(B) 20.74º 0.91% 0.7% -
XYZ 20.77 14.14 2.12 -
YUV 97.31 82.12 185.55 -
System Red Green Blue C M Y K H S L
Decimal 178 72 16 0 0.60 0.91 0.30 20.74 0.84 0.38
Hex B2 48 10 0 3C 5B 1E 15 54 26
Octal 262 110 20 0 74 133 36 25 124 46
Binary 10110010 1001000 10000 0 111100 1011011 11110 10101 1010100 100110

Color Harmonies of #B24810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24810

Black with #B24810

Text Example


Text Example

White with #B24810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24810; }

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

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

background-color css

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

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

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

border-color css

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

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

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