Html Css Color HEX #B13803 Rust

📋 copy color: '#B13803'

red 177 ◦ green 56 ◦ blue 3

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

Shades of Rust #B13803

Tints of Rust #B13803

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.73%

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

R = 75%
G = 23.73%
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

#B13803 (or 0xB13803) is known color: Rust. HEX triplet: B1, 38 and 03. RGB value is (177,56,3). Sum of RGB (Red+Green+Blue) = 177+56+3=236 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 3 (1.56% from 255 or 1.27% from 236); Max value from RGB is 177 - color contains mainly: red. Hex color #B13803 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13803 is #4EC7FC. Grayscale: #565656. Windows color (decimal): -5163005 or 211121. OLE color: 211121.

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

Color convert

RGB 177 56 3 -
CMYK 0 0.68 0.98 0.31
HSL 18.28º 0.97% 0.35% -
HSV(B) 18.28º 0.98% 0.69% -
XYZ 19.56 12.18 1.41 -
YUV 86.14 81.09 192.81 -
System Red Green Blue C M Y K H S L
Decimal 177 56 3 0 0.68 0.98 0.31 18.28 0.97 0.35
Hex B1 38 3 0 44 62 1F 12 61 23
Octal 261 70 3 0 104 142 37 22 141 43
Binary 10110001 111000 11 0 1000100 1100010 11111 10010 1100001 100011

Color Harmonies of #B13803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13803

Black with #B13803

Text Example


Text Example

White with #B13803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13803; }

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

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

background-color css

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

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

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

border-color css

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

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

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