Html Css Color HEX #B13903 Rust

📋 copy color: '#B13903'

red 177 ◦ green 57 ◦ blue 3

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

Shades of Rust #B13903

Tints of Rust #B13903

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.05%

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

R = 74.68%
G = 24.05%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B13903 (or 0xB13903) is known color: Rust. HEX triplet: B1, 39 and 03. RGB value is (177,57,3). Sum of RGB (Red+Green+Blue) = 177+57+3=237 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.68% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 3 (1.56% from 255 or 1.27% from 237); Max value from RGB is 177 - color contains mainly: red. Hex color #B13903 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13903 is #4EC6FC. Grayscale: #575757. Windows color (decimal): -5162749 or 211377. OLE color: 211377.

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

Color convert

RGB 177 57 3 -
CMYK 0 0.68 0.98 0.31
HSL 18.62º 0.97% 0.35% -
HSV(B) 18.62º 0.98% 0.69% -
XYZ 19.61 12.28 1.42 -
YUV 86.72 80.76 192.39 -
System Red Green Blue C M Y K H S L
Decimal 177 57 3 0 0.68 0.98 0.31 18.62 0.97 0.35
Hex B1 39 3 0 44 62 1F 13 61 23
Octal 261 71 3 0 104 142 37 23 141 43
Binary 10110001 111001 11 0 1000100 1100010 11111 10011 1100001 100011

Color Harmonies of #B13903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13903

Black with #B13903

Text Example


Text Example

White with #B13903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13903; }

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

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

background-color css

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

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

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

border-color css

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

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

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