Html Css Color HEX #B24A1D Rust

📋 copy color: '#B24A1D'

red 178 ◦ green 74 ◦ blue 29

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

Shades of Rust #B24A1D

Tints of Rust #B24A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.32%

R = 63.35%
G = 26.33%
B = 10.32%

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

#B24A1D (or 0xB24A1D) is known color: Rust. HEX triplet: B2, 4A and 1D. RGB value is (178,74,29). Sum of RGB (Red+Green+Blue) = 178+74+29=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B24A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24A1D is #4DB5E2. Grayscale: #646464. Windows color (decimal): -5092835 or 1919666. OLE color: 1919666.

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

Color convert

RGB 178 74 29 -
CMYK 0 0.58 0.84 0.30
HSL 18.12º 0.72% 0.41% -
HSV(B) 18.12º 0.84% 0.7% -
XYZ 21.03 14.45 2.84 -
YUV 99.97 87.96 183.66 -
System Red Green Blue C M Y K H S L
Decimal 178 74 29 0 0.58 0.84 0.30 18.12 0.72 0.41
Hex B2 4A 1D 0 3A 54 1E 12 48 29
Octal 262 112 35 0 72 124 36 22 110 51
Binary 10110010 1001010 11101 0 111010 1010100 11110 10010 1001000 101001

Color Harmonies of #B24A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24A1D

Black with #B24A1D

Text Example


Text Example

White with #B24A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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