Html Css Color HEX #B13405 Rust

📋 copy color: '#B13405'

red 177 ◦ green 52 ◦ blue 5

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

Shades of Rust #B13405

Tints of Rust #B13405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.14%

R = 75.64%
G = 22.22%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B13405 (or 0xB13405) is known color: Rust. HEX triplet: B1, 34 and 05. RGB value is (177,52,5). Sum of RGB (Red+Green+Blue) = 177+52+5=234 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.64% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 177 - color contains mainly: red. Hex color #B13405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13405 is #4ECBFA. Grayscale: #545454. Windows color (decimal): -5164027 or 341169. OLE color: 341169.

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

Color convert

RGB 177 52 5 -
CMYK 0 0.71 0.97 0.31
HSL 16.4º 0.95% 0.36% -
HSV(B) 16.4º 0.97% 0.69% -
XYZ 19.39 11.81 1.4 -
YUV 84.02 83.41 194.32 -
System Red Green Blue C M Y K H S L
Decimal 177 52 5 0 0.71 0.97 0.31 16.4 0.95 0.36
Hex B1 34 5 0 47 61 1F 10 5F 24
Octal 261 64 5 0 107 141 37 20 137 44
Binary 10110001 110100 101 0 1000111 1100001 11111 10000 1011111 100100

Color Harmonies of #B13405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13405

Black with #B13405

Text Example


Text Example

White with #B13405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13405; }

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

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

background-color css

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

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

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

border-color css

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

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

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