Html Css Color HEX #B13204 Rust

📋 copy color: '#B13204'

red 177 ◦ green 50 ◦ blue 4

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

Shades of Rust #B13204

Tints of Rust #B13204

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.65%

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

R = 76.62%
G = 21.65%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B13204 (or 0xB13204) is known color: Rust. HEX triplet: B1, 32 and 04. RGB value is (177,50,4). Sum of RGB (Red+Green+Blue) = 177+50+4=231 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.62% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 177 - color contains mainly: red. Hex color #B13204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13204 is #4ECDFB. Grayscale: #535353. Windows color (decimal): -5164540 or 275121. OLE color: 275121.

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

Color convert

RGB 177 50 4 -
CMYK 0 0.72 0.98 0.31
HSL 15.95º 0.96% 0.35% -
HSV(B) 15.95º 0.98% 0.69% -
XYZ 19.29 11.64 1.34 -
YUV 82.73 83.58 195.24 -
System Red Green Blue C M Y K H S L
Decimal 177 50 4 0 0.72 0.98 0.31 15.95 0.96 0.35
Hex B1 32 4 0 48 62 1F 10 60 23
Octal 261 62 4 0 110 142 37 20 140 43
Binary 10110001 110010 100 0 1001000 1100010 11111 10000 1100000 100011

Color Harmonies of #B13204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13204

Black with #B13204

Text Example


Text Example

White with #B13204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13204; }

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

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

background-color css

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

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

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

border-color css

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

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

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