Html Css Color HEX #B15203 Rust

📋 copy color: '#B15203'

red 177 ◦ green 82 ◦ blue 3

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

Shades of Rust #B15203

Tints of Rust #B15203

RGB

 RED value IS 177 (69.53% from 255) = 67.56%

 GREEN value IS 82 (32.42% from 255) = 31.3%

 BLUE value IS 3 (1.56% from 255) = 1.15%

R = 67.56%
G = 31.3%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B15203 (or 0xB15203) is known color: Rust. HEX triplet: B1, 52 and 03. RGB value is (177,82,3). Sum of RGB (Red+Green+Blue) = 177+82+3=262 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.56% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 3 (1.56% from 255 or 1.15% from 262); Max value from RGB is 177 - color contains mainly: red. Hex color #B15203 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15203 is #4EADFC. Grayscale: #656565. Windows color (decimal): -5156349 or 217777. OLE color: 217777.

HSL color Cylindrical-coordinate representation of color #B15203: hue angle of 27.24º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B15203 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 82 3 -
CMYK 0 0.54 0.98 0.31
HSL 27.24º 0.97% 0.35% -
HSV(B) 27.24º 0.98% 0.69% -
XYZ 21.17 15.39 1.94 -
YUV 101.4 72.47 181.92 -
System Red Green Blue C M Y K H S L
Decimal 177 82 3 0 0.54 0.98 0.31 27.24 0.97 0.35
Hex B1 52 3 0 36 62 1F 1B 61 23
Octal 261 122 3 0 66 142 37 33 141 43
Binary 10110001 1010010 11 0 110110 1100010 11111 11011 1100001 100011

Color Harmonies of #B15203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15203

Black with #B15203

Text Example


Text Example

White with #B15203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15203; }

 p { color: rgb(177,82,3); }

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

background-color css

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

 a { background-color: rgb(177,82,3); }

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

border-color css

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

 span { border-color: rgb(177,82,3); }

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