Html Css Color HEX #B13305 Rust

📋 copy color: '#B13305'

red 177 ◦ green 51 ◦ blue 5

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

Shades of Rust #B13305

Tints of Rust #B13305

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.89%

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

R = 75.97%
G = 21.89%
B = 2.15%

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

#B13305 (or 0xB13305) is known color: Rust. HEX triplet: B1, 33 and 05. RGB value is (177,51,5). Sum of RGB (Red+Green+Blue) = 177+51+5=233 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.97% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 177 - color contains mainly: red. Hex color #B13305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13305 is #4ECCFA. Grayscale: #535353. Windows color (decimal): -5164283 or 340913. OLE color: 340913.

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

Color convert

RGB 177 51 5 -
CMYK 0 0.71 0.97 0.31
HSL 16.05º 0.95% 0.36% -
HSV(B) 16.05º 0.97% 0.69% -
XYZ 19.34 11.73 1.39 -
YUV 83.43 83.74 194.74 -
System Red Green Blue C M Y K H S L
Decimal 177 51 5 0 0.71 0.97 0.31 16.05 0.95 0.36
Hex B1 33 5 0 47 61 1F 10 5F 24
Octal 261 63 5 0 107 141 37 20 137 44
Binary 10110001 110011 101 0 1000111 1100001 11111 10000 1011111 100100

Color Harmonies of #B13305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13305

Black with #B13305

Text Example


Text Example

White with #B13305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13305; }

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

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

background-color css

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

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

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

border-color css

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

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

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