Html Css Color HEX #B25412 Rust

📋 copy color: '#B25412'

red 178 ◦ green 84 ◦ blue 18

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

Shades of Rust #B25412

Tints of Rust #B25412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30%

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

R = 63.57%
G = 30%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B25412 (or 0xB25412) is known color: Rust. HEX triplet: B2, 54 and 12. RGB value is (178,84,18). Sum of RGB (Red+Green+Blue) = 178+84+18=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B25412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25412 is #4DABED. Grayscale: #686868. Windows color (decimal): -5090286 or 1201330. OLE color: 1201330.

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

Color convert

RGB 178 84 18 -
CMYK 0 0.53 0.90 0.30
HSL 24.75º 0.82% 0.38% -
HSV(B) 24.75º 0.9% 0.7% -
XYZ 21.64 15.85 2.49 -
YUV 104.58 79.14 180.37 -
System Red Green Blue C M Y K H S L
Decimal 178 84 18 0 0.53 0.90 0.30 24.75 0.82 0.38
Hex B2 54 12 0 35 5A 1E 19 52 26
Octal 262 124 22 0 65 132 36 31 122 46
Binary 10110010 1010100 10010 0 110101 1011010 11110 11001 1010010 100110

Color Harmonies of #B25412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25412

Black with #B25412

Text Example


Text Example

White with #B25412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25412; }

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

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

background-color css

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

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

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

border-color css

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

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

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