Html Css Color HEX #B24B0B Rust

📋 copy color: '#B24B0B'

red 178 ◦ green 75 ◦ blue 11

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

Shades of Rust #B24B0B

Tints of Rust #B24B0B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.41%

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

R = 67.42%
G = 28.41%
B = 4.17%

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

#B24B0B (or 0xB24B0B) is known color: Rust. HEX triplet: B2, 4B and 0B. RGB value is (178,75,11). Sum of RGB (Red+Green+Blue) = 178+75+11=264 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.42% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24B0B is #4DB4F4. Grayscale: #626262. Windows color (decimal): -5092597 or 740274. OLE color: 740274.

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

Color convert

RGB 178 75 11 -
CMYK 0 0.58 0.94 0.30
HSL 22.99º 0.88% 0.37% -
HSV(B) 22.99º 0.94% 0.7% -
XYZ 20.94 14.52 2.02 -
YUV 98.5 78.62 184.7 -
System Red Green Blue C M Y K H S L
Decimal 178 75 11 0 0.58 0.94 0.30 22.99 0.88 0.37
Hex B2 4B B 0 3A 5E 1E 17 58 25
Octal 262 113 13 0 72 136 36 27 130 45
Binary 10110010 1001011 1011 0 111010 1011110 11110 10111 1011000 100101

Color Harmonies of #B24B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24B0B

Black with #B24B0B

Text Example


Text Example

White with #B24B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24B0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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