Html Css Color HEX #B24212 Rust

📋 copy color: '#B24212'

red 178 ◦ green 66 ◦ blue 18

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

Shades of Rust #B24212

Tints of Rust #B24212

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.19%

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

R = 67.94%
G = 25.19%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B24212 (or 0xB24212) is known color: Rust. HEX triplet: B2, 42 and 12. RGB value is (178,66,18). Sum of RGB (Red+Green+Blue) = 178+66+18=262 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.94% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 178 - color contains mainly: red. Hex color #B24212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24212 is #4DBDED. Grayscale: #5E5E5E. Windows color (decimal): -5094894 or 1196722. OLE color: 1196722.

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

Color convert

RGB 178 66 18 -
CMYK 0 0.63 0.90 0.30
HSL 18º 0.82% 0.38% -
HSV(B) 18º 0.9% 0.7% -
XYZ 20.42 13.41 2.08 -
YUV 94.02 85.11 187.9 -
System Red Green Blue C M Y K H S L
Decimal 178 66 18 0 0.63 0.90 0.30 18 0.82 0.38
Hex B2 42 12 0 3F 5A 1E 12 52 26
Octal 262 102 22 0 77 132 36 22 122 46
Binary 10110010 1000010 10010 0 111111 1011010 11110 10010 1010010 100110

Color Harmonies of #B24212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24212

Black with #B24212

Text Example


Text Example

White with #B24212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24212; }

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

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

background-color css

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

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

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

border-color css

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

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

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