Html Css Color HEX #B24B1C Rust

📋 copy color: '#B24B1C'

red 178 ◦ green 75 ◦ blue 28

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

Shades of Rust #B24B1C

Tints of Rust #B24B1C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.69%

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

R = 63.35%
G = 26.69%
B = 9.96%

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

#B24B1C (or 0xB24B1C) is known color: Rust. HEX triplet: B2, 4B and 1C. RGB value is (178,75,28). Sum of RGB (Red+Green+Blue) = 178+75+28=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24B1C is #4DB4E3. Grayscale: #646464. Windows color (decimal): -5092580 or 1854386. OLE color: 1854386.

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

Color convert

RGB 178 75 28 -
CMYK 0 0.58 0.84 0.30
HSL 18.8º 0.73% 0.4% -
HSV(B) 18.8º 0.84% 0.7% -
XYZ 21.09 14.58 2.8 -
YUV 100.44 87.12 183.32 -
System Red Green Blue C M Y K H S L
Decimal 178 75 28 0 0.58 0.84 0.30 18.8 0.73 0.4
Hex B2 4B 1C 0 3A 54 1E 13 49 28
Octal 262 113 34 0 72 124 36 23 111 50
Binary 10110010 1001011 11100 0 111010 1010100 11110 10011 1001001 101000

Color Harmonies of #B24B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24B1C

Black with #B24B1C

Text Example


Text Example

White with #B24B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24B1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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