Html Css Color HEX #B13C1E Rust

📋 copy color: '#B13C1E'

red 177 ◦ green 60 ◦ blue 30

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

Shades of Rust #B13C1E

Tints of Rust #B13C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.24%

R = 66.29%
G = 22.47%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B13C1E (or 0xB13C1E) is known color: Rust. HEX triplet: B1, 3C and 1E. RGB value is (177,60,30). Sum of RGB (Red+Green+Blue) = 177+60+30=267 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.29% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13C1E is #4EC3E1. Grayscale: #5B5B5B. Windows color (decimal): -5161954 or 1981617. OLE color: 1981617.

HSL color Cylindrical-coordinate representation of color #B13C1E: hue angle of 12.24º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B13C1E is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 60 30 -
CMYK 0 0.66 0.83 0.31
HSL 12.24º 0.71% 0.41% -
HSV(B) 12.24º 0.83% 0.69% -
XYZ 19.98 12.67 2.62 -
YUV 91.56 93.26 188.94 -
System Red Green Blue C M Y K H S L
Decimal 177 60 30 0 0.66 0.83 0.31 12.24 0.71 0.41
Hex B1 3C 1E 0 42 53 1F C 47 29
Octal 261 74 36 0 102 123 37 14 107 51
Binary 10110001 111100 11110 0 1000010 1010011 11111 1100 1000111 101001

Color Harmonies of #B13C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13C1E

Black with #B13C1E

Text Example


Text Example

White with #B13C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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