Html Css Color HEX #B24F0C Rust

📋 copy color: '#B24F0C'

red 178 ◦ green 79 ◦ blue 12

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

Shades of Rust #B24F0C

Tints of Rust #B24F0C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.37%

 BLUE value IS 12 (5.08% from 255) = 4.46%

R = 66.17%
G = 29.37%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B24F0C (or 0xB24F0C) is known color: Rust. HEX triplet: B2, 4F and 0C. RGB value is (178,79,12). Sum of RGB (Red+Green+Blue) = 178+79+12=269 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.17% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 178 - color contains mainly: red. Hex color #B24F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B24F0C is #4DB0F3. Grayscale: #656565. Windows color (decimal): -5091572 or 806834. OLE color: 806834.

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

Color convert

RGB 178 79 12 -
CMYK 0 0.56 0.93 0.30
HSL 24.22º 0.87% 0.37% -
HSV(B) 24.22º 0.93% 0.7% -
XYZ 21.22 15.08 2.14 -
YUV 100.96 77.8 182.95 -
System Red Green Blue C M Y K H S L
Decimal 178 79 12 0 0.56 0.93 0.30 24.22 0.87 0.37
Hex B2 4F C 0 38 5D 1E 18 57 25
Octal 262 117 14 0 70 135 36 30 127 45
Binary 10110010 1001111 1100 0 111000 1011101 11110 11000 1010111 100101

Color Harmonies of #B24F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24F0C

Black with #B24F0C

Text Example


Text Example

White with #B24F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24F0C; }

 p { color: rgb(178,79,12); }

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

background-color css

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

 a { background-color: rgb(178,79,12); }

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

border-color css

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

 span { border-color: rgb(178,79,12); }

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