Html Css Color HEX #B24612 Rust

📋 copy color: '#B24612'

red 178 ◦ green 70 ◦ blue 18

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

Shades of Rust #B24612

Tints of Rust #B24612

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.32%

 BLUE value IS 18 (7.42% from 255) = 6.77%

R = 66.92%
G = 26.32%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B24612 (or 0xB24612) is known color: Rust. HEX triplet: B2, 46 and 12. RGB value is (178,70,18). Sum of RGB (Red+Green+Blue) = 178+70+18=266 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.92% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 178 - color contains mainly: red. Hex color #B24612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24612 is #4DB9ED. Grayscale: #606060. Windows color (decimal): -5093870 or 1197746. OLE color: 1197746.

HSL color Cylindrical-coordinate representation of color #B24612: hue angle of 19.5º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B24612 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 70 18 -
CMYK 0 0.61 0.90 0.30
HSL 19.5º 0.82% 0.38% -
HSV(B) 19.5º 0.9% 0.7% -
XYZ 20.66 13.89 2.16 -
YUV 96.36 83.78 186.23 -
System Red Green Blue C M Y K H S L
Decimal 178 70 18 0 0.61 0.90 0.30 19.5 0.82 0.38
Hex B2 46 12 0 3D 5A 1E 14 52 26
Octal 262 106 22 0 75 132 36 24 122 46
Binary 10110010 1000110 10010 0 111101 1011010 11110 10100 1010010 100110

Color Harmonies of #B24612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24612

Black with #B24612

Text Example


Text Example

White with #B24612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24612; }

 p { color: rgb(178,70,18); }

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

background-color css

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

 a { background-color: rgb(178,70,18); }

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

border-color css

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

 span { border-color: rgb(178,70,18); }

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