Html Css Color HEX #B24A1A Rust

📋 copy color: '#B24A1A'

red 178 ◦ green 74 ◦ blue 26

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

Shades of Rust #B24A1A

Tints of Rust #B24A1A

RGB

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

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

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

R = 64.03%
G = 26.62%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B24A1A (or 0xB24A1A) is known color: Rust. HEX triplet: B2, 4A and 1A. RGB value is (178,74,26). Sum of RGB (Red+Green+Blue) = 178+74+26=278 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.03% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 178 - color contains mainly: red. Hex color #B24A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24A1A is #4DB5E5. Grayscale: #636363. Windows color (decimal): -5092838 or 1723058. OLE color: 1723058.

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

Color convert

RGB 178 74 26 -
CMYK 0 0.58 0.85 0.30
HSL 18.95º 0.75% 0.4% -
HSV(B) 18.95º 0.85% 0.7% -
XYZ 21 14.44 2.66 -
YUV 99.62 86.46 183.9 -
System Red Green Blue C M Y K H S L
Decimal 178 74 26 0 0.58 0.85 0.30 18.95 0.75 0.4
Hex B2 4A 1A 0 3A 55 1E 13 4B 28
Octal 262 112 32 0 72 125 36 23 113 50
Binary 10110010 1001010 11010 0 111010 1010101 11110 10011 1001011 101000

Color Harmonies of #B24A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24A1A

Black with #B24A1A

Text Example


Text Example

White with #B24A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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