Html Css Color HEX #B24C1A Rust

📋 copy color: '#B24C1A'

red 178 ◦ green 76 ◦ blue 26

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

Shades of Rust #B24C1A

Tints of Rust #B24C1A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.14%

 BLUE value IS 26 (10.55% from 255) = 9.29%

R = 63.57%
G = 27.14%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B24C1A (or 0xB24C1A) is known color: Rust. HEX triplet: B2, 4C and 1A. RGB value is (178,76,26). Sum of RGB (Red+Green+Blue) = 178+76+26=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B24C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24C1A is #4DB3E5. Grayscale: #656565. Windows color (decimal): -5092326 or 1723570. OLE color: 1723570.

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

Color convert

RGB 178 76 26 -
CMYK 0 0.57 0.85 0.30
HSL 19.74º 0.75% 0.4% -
HSV(B) 19.74º 0.85% 0.7% -
XYZ 21.13 14.71 2.7 -
YUV 100.8 85.79 183.07 -
System Red Green Blue C M Y K H S L
Decimal 178 76 26 0 0.57 0.85 0.30 19.74 0.75 0.4
Hex B2 4C 1A 0 39 55 1E 14 4B 28
Octal 262 114 32 0 71 125 36 24 113 50
Binary 10110010 1001100 11010 0 111001 1010101 11110 10100 1001011 101000

Color Harmonies of #B24C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24C1A

Black with #B24C1A

Text Example


Text Example

White with #B24C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24C1A; }

 p { color: rgb(178,76,26); }

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

background-color css

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

 a { background-color: rgb(178,76,26); }

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

border-color css

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

 span { border-color: rgb(178,76,26); }

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