Html Css Color HEX #B13A04 Rust

📋 copy color: '#B13A04'

red 177 ◦ green 58 ◦ blue 4

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

Shades of Rust #B13A04

Tints of Rust #B13A04

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.27%

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

R = 74.06%
G = 24.27%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B13A04 (or 0xB13A04) is known color: Rust. HEX triplet: B1, 3A and 04. RGB value is (177,58,4). Sum of RGB (Red+Green+Blue) = 177+58+4=239 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.06% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13A04 is #4EC5FB. Grayscale: #575757. Windows color (decimal): -5162492 or 277169. OLE color: 277169.

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

Color convert

RGB 177 58 4 -
CMYK 0 0.67 0.98 0.31
HSL 18.73º 0.96% 0.35% -
HSV(B) 18.73º 0.98% 0.69% -
XYZ 19.67 12.38 1.47 -
YUV 87.43 80.92 191.89 -
System Red Green Blue C M Y K H S L
Decimal 177 58 4 0 0.67 0.98 0.31 18.73 0.96 0.35
Hex B1 3A 4 0 43 62 1F 13 60 23
Octal 261 72 4 0 103 142 37 23 140 43
Binary 10110001 111010 100 0 1000011 1100010 11111 10011 1100000 100011

Color Harmonies of #B13A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13A04

Black with #B13A04

Text Example


Text Example

White with #B13A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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