Html Css Color HEX #B24D12 Rust

📋 copy color: '#B24D12'

red 178 ◦ green 77 ◦ blue 18

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

Shades of Rust #B24D12

Tints of Rust #B24D12

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.21%

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

R = 65.2%
G = 28.21%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B24D12 (or 0xB24D12) is known color: Rust. HEX triplet: B2, 4D and 12. RGB value is (178,77,18). Sum of RGB (Red+Green+Blue) = 178+77+18=273 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.20% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B24D12 is #4DB2ED. Grayscale: #646464. Windows color (decimal): -5092078 or 1199538. OLE color: 1199538.

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

Color convert

RGB 178 77 18 -
CMYK 0 0.57 0.90 0.30
HSL 22.13º 0.82% 0.38% -
HSV(B) 22.13º 0.9% 0.7% -
XYZ 21.12 14.82 2.32 -
YUV 100.47 81.46 183.3 -
System Red Green Blue C M Y K H S L
Decimal 178 77 18 0 0.57 0.90 0.30 22.13 0.82 0.38
Hex B2 4D 12 0 39 5A 1E 16 52 26
Octal 262 115 22 0 71 132 36 26 122 46
Binary 10110010 1001101 10010 0 111001 1011010 11110 10110 1010010 100110

Color Harmonies of #B24D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24D12

Black with #B24D12

Text Example


Text Example

White with #B24D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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