Html Css Color HEX #B24D0E Rust

📋 copy color: '#B24D0E'

red 178 ◦ green 77 ◦ blue 14

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

Shades of Rust #B24D0E

Tints of Rust #B24D0E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.62%

 BLUE value IS 14 (5.86% from 255) = 5.2%

R = 66.17%
G = 28.62%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B24D0E (or 0xB24D0E) is known color: Rust. HEX triplet: B2, 4D and 0E. RGB value is (178,77,14). Sum of RGB (Red+Green+Blue) = 178+77+14=269 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.17% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B24D0E is #4DB2F1. Grayscale: #646464. Windows color (decimal): -5092082 or 937394. OLE color: 937394.

HSL color Cylindrical-coordinate representation of color #B24D0E: hue angle of 23.05º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B24D0E is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 77 14 -
CMYK 0 0.57 0.92 0.30
HSL 23.05º 0.85% 0.38% -
HSV(B) 23.05º 0.92% 0.7% -
XYZ 21.09 14.8 2.16 -
YUV 100.02 79.46 183.62 -
System Red Green Blue C M Y K H S L
Decimal 178 77 14 0 0.57 0.92 0.30 23.05 0.85 0.38
Hex B2 4D E 0 39 5C 1E 17 55 26
Octal 262 115 16 0 71 134 36 27 125 46
Binary 10110010 1001101 1110 0 111001 1011100 11110 10111 1010101 100110

Color Harmonies of #B24D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24D0E

Black with #B24D0E

Text Example


Text Example

White with #B24D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24D0E; }

 p { color: rgb(178,77,14); }

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

background-color css

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

 a { background-color: rgb(178,77,14); }

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

border-color css

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

 span { border-color: rgb(178,77,14); }

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