Html Css Color HEX #B24812 Rust

📋 copy color: '#B24812'

red 178 ◦ green 72 ◦ blue 18

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

Shades of Rust #B24812

Tints of Rust #B24812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.72%

R = 66.42%
G = 26.87%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B24812 (or 0xB24812) is known color: Rust. HEX triplet: B2, 48 and 12. RGB value is (178,72,18). Sum of RGB (Red+Green+Blue) = 178+72+18=268 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.42% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 178 - color contains mainly: red. Hex color #B24812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24812 is #4DB7ED. Grayscale: #616161. Windows color (decimal): -5093358 or 1198258. OLE color: 1198258.

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

Color convert

RGB 178 72 18 -
CMYK 0 0.60 0.90 0.30
HSL 20.25º 0.82% 0.38% -
HSV(B) 20.25º 0.9% 0.7% -
XYZ 20.79 14.14 2.21 -
YUV 97.54 83.12 185.39 -
System Red Green Blue C M Y K H S L
Decimal 178 72 18 0 0.60 0.90 0.30 20.25 0.82 0.38
Hex B2 48 12 0 3C 5A 1E 14 52 26
Octal 262 110 22 0 74 132 36 24 122 46
Binary 10110010 1001000 10010 0 111100 1011010 11110 10100 1010010 100110

Color Harmonies of #B24812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24812

Black with #B24812

Text Example


Text Example

White with #B24812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24812; }

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

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

background-color css

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

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

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

border-color css

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

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

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