Html Css Color HEX #B25311 Rust

📋 copy color: '#B25311'

red 178 ◦ green 83 ◦ blue 17

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

Shades of Rust #B25311

Tints of Rust #B25311

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.86%

 BLUE value IS 17 (7.03% from 255) = 6.12%

R = 64.03%
G = 29.86%
B = 6.12%

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

#B25311 (or 0xB25311) is known color: Rust. HEX triplet: B2, 53 and 11. RGB value is (178,83,17). Sum of RGB (Red+Green+Blue) = 178+83+17=278 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.03% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 178 - color contains mainly: red. Hex color #B25311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25311 is #4DACEE. Grayscale: #686868. Windows color (decimal): -5090543 or 1135538. OLE color: 1135538.

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

Color convert

RGB 178 83 17 -
CMYK 0 0.53 0.90 0.30
HSL 24.6º 0.83% 0.38% -
HSV(B) 24.6º 0.9% 0.7% -
XYZ 21.55 15.69 2.42 -
YUV 103.88 78.97 180.87 -
System Red Green Blue C M Y K H S L
Decimal 178 83 17 0 0.53 0.90 0.30 24.6 0.83 0.38
Hex B2 53 11 0 35 5A 1E 19 53 26
Octal 262 123 21 0 65 132 36 31 123 46
Binary 10110010 1010011 10001 0 110101 1011010 11110 11001 1010011 100110

Color Harmonies of #B25311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25311

Black with #B25311

Text Example


Text Example

White with #B25311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25311; }

 p { color: rgb(178,83,17); }

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

background-color css

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

 a { background-color: rgb(178,83,17); }

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

border-color css

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

 span { border-color: rgb(178,83,17); }

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