Html Css Color HEX #B24A12 Rust

📋 copy color: '#B24A12'

red 178 ◦ green 74 ◦ blue 18

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

Shades of Rust #B24A12

Tints of Rust #B24A12

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.41%

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

R = 65.93%
G = 27.41%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B24A12 (or 0xB24A12) is known color: Rust. HEX triplet: B2, 4A and 12. RGB value is (178,74,18). Sum of RGB (Red+Green+Blue) = 178+74+18=270 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.93% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 178 - color contains mainly: red. Hex color #B24A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24A12 is #4DB5ED. Grayscale: #636363. Windows color (decimal): -5092846 or 1198770. OLE color: 1198770.

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

Color convert

RGB 178 74 18 -
CMYK 0 0.58 0.90 0.30
HSL 21º 0.82% 0.38% -
HSV(B) 21º 0.9% 0.7% -
XYZ 20.92 14.41 2.25 -
YUV 98.71 82.46 184.55 -
System Red Green Blue C M Y K H S L
Decimal 178 74 18 0 0.58 0.90 0.30 21 0.82 0.38
Hex B2 4A 12 0 3A 5A 1E 15 52 26
Octal 262 112 22 0 72 132 36 25 122 46
Binary 10110010 1001010 10010 0 111010 1011010 11110 10101 1010010 100110

Color Harmonies of #B24A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24A12

Black with #B24A12

Text Example


Text Example

White with #B24A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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