Html Css Color HEX #B13306 Rust

📋 copy color: '#B13306'

red 177 ◦ green 51 ◦ blue 6

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

Shades of Rust #B13306

Tints of Rust #B13306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.56%

R = 75.64%
G = 21.79%
B = 2.56%

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

#B13306 (or 0xB13306) is known color: Rust. HEX triplet: B1, 33 and 06. RGB value is (177,51,6). Sum of RGB (Red+Green+Blue) = 177+51+6=234 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.64% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 6 (2.73% from 255 or 2.56% from 234); Max value from RGB is 177 - color contains mainly: red. Hex color #B13306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13306 is #4ECCF9. Grayscale: #535353. Windows color (decimal): -5164282 or 406449. OLE color: 406449.

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

Color convert

RGB 177 51 6 -
CMYK 0 0.71 0.97 0.31
HSL 15.79º 0.93% 0.36% -
HSV(B) 15.79º 0.97% 0.69% -
XYZ 19.35 11.73 1.42 -
YUV 83.54 84.24 194.66 -
System Red Green Blue C M Y K H S L
Decimal 177 51 6 0 0.71 0.97 0.31 15.79 0.93 0.36
Hex B1 33 6 0 47 61 1F 10 5D 24
Octal 261 63 6 0 107 141 37 20 135 44
Binary 10110001 110011 110 0 1000111 1100001 11111 10000 1011101 100100

Color Harmonies of #B13306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13306

Black with #B13306

Text Example


Text Example

White with #B13306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13306; }

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

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

background-color css

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

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

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

border-color css

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

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

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