Html Css Color HEX #B24312 Rust

📋 copy color: '#B24312'

red 178 ◦ green 67 ◦ blue 18

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

Shades of Rust #B24312

Tints of Rust #B24312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.48%

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

R = 67.68%
G = 25.48%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B24312 (or 0xB24312) is known color: Rust. HEX triplet: B2, 43 and 12. RGB value is (178,67,18). Sum of RGB (Red+Green+Blue) = 178+67+18=263 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.68% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 178 - color contains mainly: red. Hex color #B24312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24312 is #4DBCED. Grayscale: #5E5E5E. Windows color (decimal): -5094638 or 1196978. OLE color: 1196978.

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

Color convert

RGB 178 67 18 -
CMYK 0 0.62 0.90 0.30
HSL 18.38º 0.82% 0.38% -
HSV(B) 18.38º 0.9% 0.7% -
XYZ 20.48 13.52 2.1 -
YUV 94.6 84.77 187.48 -
System Red Green Blue C M Y K H S L
Decimal 178 67 18 0 0.62 0.90 0.30 18.38 0.82 0.38
Hex B2 43 12 0 3E 5A 1E 12 52 26
Octal 262 103 22 0 76 132 36 22 122 46
Binary 10110010 1000011 10010 0 111110 1011010 11110 10010 1010010 100110

Color Harmonies of #B24312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24312

Black with #B24312

Text Example


Text Example

White with #B24312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24312; }

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

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

background-color css

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

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

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

border-color css

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

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

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