Html Css Color HEX #B24A0B Rust

📋 copy color: '#B24A0B'

red 178 ◦ green 74 ◦ blue 11

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

Shades of Rust #B24A0B

Tints of Rust #B24A0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.18%

R = 67.68%
G = 28.14%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B24A0B (or 0xB24A0B) is known color: Rust. HEX triplet: B2, 4A and 0B. RGB value is (178,74,11). Sum of RGB (Red+Green+Blue) = 178+74+11=263 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.68% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 178 - color contains mainly: red. Hex color #B24A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24A0B is #4DB5F4. Grayscale: #626262. Windows color (decimal): -5092853 or 740018. OLE color: 740018.

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

Color convert

RGB 178 74 11 -
CMYK 0 0.58 0.94 0.30
HSL 22.63º 0.88% 0.37% -
HSV(B) 22.63º 0.94% 0.7% -
XYZ 20.87 14.39 1.99 -
YUV 97.91 78.96 185.12 -
System Red Green Blue C M Y K H S L
Decimal 178 74 11 0 0.58 0.94 0.30 22.63 0.88 0.37
Hex B2 4A B 0 3A 5E 1E 17 58 25
Octal 262 112 13 0 72 136 36 27 130 45
Binary 10110010 1001010 1011 0 111010 1011110 11110 10111 1011000 100101

Color Harmonies of #B24A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24A0B

Black with #B24A0B

Text Example


Text Example

White with #B24A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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