Html Css Color HEX #B25101 Rust

📋 copy color: '#B25101'

red 178 ◦ green 81 ◦ blue 1

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

Shades of Rust #B25101

Tints of Rust #B25101

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.15%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 68.46%
G = 31.15%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B25101 (or 0xB25101) is known color: Rust. HEX triplet: B2, 51 and 01. RGB value is (178,81,1). Sum of RGB (Red+Green+Blue) = 178+81+1=260 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.46% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 178 - color contains mainly: red. Hex color #B25101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25101 is #4DAEFE. Grayscale: #656565. Windows color (decimal): -5091071 or 86450. OLE color: 86450.

HSL color Cylindrical-coordinate representation of color #B25101: hue angle of 27.12º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B25101 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 81 1 -
CMYK 0 0.54 0.99 0.30
HSL 27.12º 0.99% 0.35% -
HSV(B) 27.12º 0.99% 0.7% -
XYZ 21.31 15.35 1.87 -
YUV 100.88 71.64 183 -
System Red Green Blue C M Y K H S L
Decimal 178 81 1 0 0.54 0.99 0.30 27.12 0.99 0.35
Hex B2 51 1 0 36 63 1E 1B 63 23
Octal 262 121 1 0 66 143 36 33 143 43
Binary 10110010 1010001 1 0 110110 1100011 11110 11011 1100011 100011

Color Harmonies of #B25101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25101

Black with #B25101

Text Example


Text Example

White with #B25101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25101; }

 p { color: rgb(178,81,1); }

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

background-color css

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

 a { background-color: rgb(178,81,1); }

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

border-color css

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

 span { border-color: rgb(178,81,1); }

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