Html Css Color HEX #B15003 Rust

📋 copy color: '#B15003'

red 177 ◦ green 80 ◦ blue 3

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

Shades of Rust #B15003

Tints of Rust #B15003

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.77%

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

R = 68.08%
G = 30.77%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B15003 (or 0xB15003) is known color: Rust. HEX triplet: B1, 50 and 03. RGB value is (177,80,3). Sum of RGB (Red+Green+Blue) = 177+80+3=260 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.08% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 177 - color contains mainly: red. Hex color #B15003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15003 is #4EAFFC. Grayscale: #646464. Windows color (decimal): -5156861 or 217265. OLE color: 217265.

HSL color Cylindrical-coordinate representation of color #B15003: hue angle of 26.55º 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 #B15003 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 80 3 -
CMYK 0 0.55 0.98 0.31
HSL 26.55º 0.97% 0.35% -
HSV(B) 26.55º 0.98% 0.69% -
XYZ 21.02 15.09 1.89 -
YUV 100.23 73.14 182.76 -
System Red Green Blue C M Y K H S L
Decimal 177 80 3 0 0.55 0.98 0.31 26.55 0.97 0.35
Hex B1 50 3 0 37 62 1F 1B 61 23
Octal 261 120 3 0 67 142 37 33 141 43
Binary 10110001 1010000 11 0 110111 1100010 11111 11011 1100001 100011

Color Harmonies of #B15003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15003

Black with #B15003

Text Example


Text Example

White with #B15003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15003; }

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

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

background-color css

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

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

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

border-color css

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

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

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