Html Css Color HEX #B24A1B Rust

📋 copy color: '#B24A1B'

red 178 ◦ green 74 ◦ blue 27

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

Shades of Rust #B24A1B

Tints of Rust #B24A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.68%

R = 63.8%
G = 26.52%
B = 9.68%

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

#B24A1B (or 0xB24A1B) is known color: Rust. HEX triplet: B2, 4A and 1B. RGB value is (178,74,27). Sum of RGB (Red+Green+Blue) = 178+74+27=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B24A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24A1B is #4DB5E4. Grayscale: #646464. Windows color (decimal): -5092837 or 1788594. OLE color: 1788594.

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

Color convert

RGB 178 74 27 -
CMYK 0 0.58 0.85 0.30
HSL 18.68º 0.74% 0.4% -
HSV(B) 18.68º 0.85% 0.7% -
XYZ 21.01 14.44 2.72 -
YUV 99.74 86.96 183.82 -
System Red Green Blue C M Y K H S L
Decimal 178 74 27 0 0.58 0.85 0.30 18.68 0.74 0.4
Hex B2 4A 1B 0 3A 55 1E 13 4A 28
Octal 262 112 33 0 72 125 36 23 112 50
Binary 10110010 1001010 11011 0 111010 1010101 11110 10011 1001010 101000

Color Harmonies of #B24A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24A1B

Black with #B24A1B

Text Example


Text Example

White with #B24A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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