Html Css Color HEX #B24A1C Rust

📋 copy color: '#B24A1C'

red 178 ◦ green 74 ◦ blue 28

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

Shades of Rust #B24A1C

Tints of Rust #B24A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10%

R = 63.57%
G = 26.43%
B = 10%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B24A1C (or 0xB24A1C) is known color: Rust. HEX triplet: B2, 4A and 1C. RGB value is (178,74,28). Sum of RGB (Red+Green+Blue) = 178+74+28=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B24A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24A1C is #4DB5E3. Grayscale: #646464. Windows color (decimal): -5092836 or 1854130. OLE color: 1854130.

HSL color Cylindrical-coordinate representation of color #B24A1C: hue angle of 18.4º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B24A1C is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 74 28 -
CMYK 0 0.58 0.84 0.30
HSL 18.4º 0.73% 0.4% -
HSV(B) 18.4º 0.84% 0.7% -
XYZ 21.02 14.45 2.78 -
YUV 99.85 87.46 183.74 -
System Red Green Blue C M Y K H S L
Decimal 178 74 28 0 0.58 0.84 0.30 18.4 0.73 0.4
Hex B2 4A 1C 0 3A 54 1E 12 49 28
Octal 262 112 34 0 72 124 36 22 111 50
Binary 10110010 1001010 11100 0 111010 1010100 11110 10010 1001001 101000

Color Harmonies of #B24A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24A1C

Black with #B24A1C

Text Example


Text Example

White with #B24A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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