Html Css Color HEX #B13C04 Rust

📋 copy color: '#B13C04'

red 177 ◦ green 60 ◦ blue 4

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

Shades of Rust #B13C04

Tints of Rust #B13C04

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.9%

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

R = 73.44%
G = 24.9%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B13C04 (or 0xB13C04) is known color: Rust. HEX triplet: B1, 3C and 04. RGB value is (177,60,4). Sum of RGB (Red+Green+Blue) = 177+60+4=241 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.44% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13C04 is #4EC3FB. Grayscale: #585858. Windows color (decimal): -5161980 or 277681. OLE color: 277681.

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

Color convert

RGB 177 60 4 -
CMYK 0 0.66 0.98 0.31
HSL 19.42º 0.96% 0.35% -
HSV(B) 19.42º 0.98% 0.69% -
XYZ 19.77 12.59 1.5 -
YUV 88.6 80.26 191.05 -
System Red Green Blue C M Y K H S L
Decimal 177 60 4 0 0.66 0.98 0.31 19.42 0.96 0.35
Hex B1 3C 4 0 42 62 1F 13 60 23
Octal 261 74 4 0 102 142 37 23 140 43
Binary 10110001 111100 100 0 1000010 1100010 11111 10011 1100000 100011

Color Harmonies of #B13C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13C04

Black with #B13C04

Text Example


Text Example

White with #B13C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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