Html Css Color HEX #B13604 Rust

📋 copy color: '#B13604'

red 177 ◦ green 54 ◦ blue 4

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

Shades of Rust #B13604

Tints of Rust #B13604

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.98%

 BLUE value IS 4 (1.95% from 255) = 1.7%

R = 75.32%
G = 22.98%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B13604 (or 0xB13604) is known color: Rust. HEX triplet: B1, 36 and 04. RGB value is (177,54,4). Sum of RGB (Red+Green+Blue) = 177+54+4=235 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75.32% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 177 - color contains mainly: red. Hex color #B13604 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13604 is #4EC9FB. Grayscale: #555555. Windows color (decimal): -5163516 or 276145. OLE color: 276145.

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

Color convert

RGB 177 54 4 -
CMYK 0 0.69 0.98 0.31
HSL 17.34º 0.96% 0.35% -
HSV(B) 17.34º 0.98% 0.69% -
XYZ 19.47 11.99 1.4 -
YUV 85.08 82.25 193.57 -
System Red Green Blue C M Y K H S L
Decimal 177 54 4 0 0.69 0.98 0.31 17.34 0.96 0.35
Hex B1 36 4 0 45 62 1F 11 60 23
Octal 261 66 4 0 105 142 37 21 140 43
Binary 10110001 110110 100 0 1000101 1100010 11111 10001 1100000 100011

Color Harmonies of #B13604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13604

Black with #B13604

Text Example


Text Example

White with #B13604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13604; }

 p { color: rgb(177,54,4); }

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

background-color css

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

 a { background-color: rgb(177,54,4); }

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

border-color css

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

 span { border-color: rgb(177,54,4); }

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