Html Css Color HEX #B13F21 Rust

📋 copy color: '#B13F21'

red 177 ◦ green 63 ◦ blue 33

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

Shades of Rust #B13F21

Tints of Rust #B13F21

RGB

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

 GREEN value IS 63 (25% from 255) = 23.08%

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

R = 64.84%
G = 23.08%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B13F21 (or 0xB13F21) is known color: Rust. HEX triplet: B1, 3F and 21. RGB value is (177,63,33). Sum of RGB (Red+Green+Blue) = 177+63+33=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13F21 is #4EC0DE. Grayscale: #5D5D5D. Windows color (decimal): -5161183 or 2178993. OLE color: 2178993.

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

Color convert

RGB 177 63 33 -
CMYK 0 0.64 0.81 0.31
HSL 12.5º 0.69% 0.41% -
HSV(B) 12.5º 0.81% 0.69% -
XYZ 20.18 13.01 2.89 -
YUV 93.67 93.77 187.44 -
System Red Green Blue C M Y K H S L
Decimal 177 63 33 0 0.64 0.81 0.31 12.5 0.69 0.41
Hex B1 3F 21 0 40 51 1F C 45 29
Octal 261 77 41 0 100 121 37 14 105 51
Binary 10110001 111111 100001 0 1000000 1010001 11111 1100 1000101 101001

Color Harmonies of #B13F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13F21

Black with #B13F21

Text Example


Text Example

White with #B13F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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