Html Css Color HEX #B13E21 Rust

📋 copy color: '#B13E21'

red 177 ◦ green 62 ◦ blue 33

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

Shades of Rust #B13E21

Tints of Rust #B13E21

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.79%

 BLUE value IS 33 (13.28% from 255) = 12.13%

R = 65.07%
G = 22.79%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B13E21 (or 0xB13E21) is known color: Rust. HEX triplet: B1, 3E and 21. RGB value is (177,62,33). Sum of RGB (Red+Green+Blue) = 177+62+33=272 (36% of max value = 765). Red value is 177 (69.53% from 255 or 65.07% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13E21 is #4EC1DE. Grayscale: #5D5D5D. Windows color (decimal): -5161439 or 2178737. OLE color: 2178737.

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

Color convert

RGB 177 62 33 -
CMYK 0 0.65 0.81 0.31
HSL 12.08º 0.69% 0.41% -
HSV(B) 12.08º 0.81% 0.69% -
XYZ 20.13 12.9 2.87 -
YUV 93.08 94.1 187.86 -
System Red Green Blue C M Y K H S L
Decimal 177 62 33 0 0.65 0.81 0.31 12.08 0.69 0.41
Hex B1 3E 21 0 41 51 1F C 45 29
Octal 261 76 41 0 101 121 37 14 105 51
Binary 10110001 111110 100001 0 1000001 1010001 11111 1100 1000101 101001

Color Harmonies of #B13E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13E21

Black with #B13E21

Text Example


Text Example

White with #B13E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13E21; }

 p { color: rgb(177,62,33); }

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

background-color css

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

 a { background-color: rgb(177,62,33); }

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

border-color css

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

 span { border-color: rgb(177,62,33); }

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