Html Css Color HEX #B13403 Rust

📋 copy color: '#B13403'

red 177 ◦ green 52 ◦ blue 3

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

Shades of Rust #B13403

Tints of Rust #B13403

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.41%

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

R = 76.29%
G = 22.41%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B13403 (or 0xB13403) is known color: Rust. HEX triplet: B1, 34 and 03. RGB value is (177,52,3). Sum of RGB (Red+Green+Blue) = 177+52+3=232 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.29% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 177 - color contains mainly: red. Hex color #B13403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13403 is #4ECBFC. Grayscale: #545454. Windows color (decimal): -5164029 or 210097. OLE color: 210097.

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

Color convert

RGB 177 52 3 -
CMYK 0 0.71 0.98 0.31
HSL 16.9º 0.97% 0.35% -
HSV(B) 16.9º 0.98% 0.69% -
XYZ 19.38 11.81 1.34 -
YUV 83.79 82.41 194.48 -
System Red Green Blue C M Y K H S L
Decimal 177 52 3 0 0.71 0.98 0.31 16.9 0.97 0.35
Hex B1 34 3 0 47 62 1F 11 61 23
Octal 261 64 3 0 107 142 37 21 141 43
Binary 10110001 110100 11 0 1000111 1100010 11111 10001 1100001 100011

Color Harmonies of #B13403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13403

Black with #B13403

Text Example


Text Example

White with #B13403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13403; }

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

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

background-color css

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

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

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

border-color css

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

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

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