Html Css Color HEX #B25A11 Rust

📋 copy color: '#B25A11'

red 178 ◦ green 90 ◦ blue 17

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

Shades of Rust #B25A11

Tints of Rust #B25A11

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.58%

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

R = 62.46%
G = 31.58%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B25A11 (or 0xB25A11) is known color: Rust. HEX triplet: B2, 5A and 11. RGB value is (178,90,17). Sum of RGB (Red+Green+Blue) = 178+90+17=285 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.46% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25A11 is #4DA5EE. Grayscale: #6C6C6C. Windows color (decimal): -5088751 or 1137330. OLE color: 1137330.

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

Color convert

RGB 178 90 17 -
CMYK 0 0.49 0.90 0.30
HSL 27.2º 0.83% 0.38% -
HSV(B) 27.2º 0.9% 0.7% -
XYZ 22.12 16.82 2.61 -
YUV 107.99 76.65 177.94 -
System Red Green Blue C M Y K H S L
Decimal 178 90 17 0 0.49 0.90 0.30 27.2 0.83 0.38
Hex B2 5A 11 0 31 5A 1E 1B 53 26
Octal 262 132 21 0 61 132 36 33 123 46
Binary 10110010 1011010 10001 0 110001 1011010 11110 11011 1010011 100110

Color Harmonies of #B25A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25A11

Black with #B25A11

Text Example


Text Example

White with #B25A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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