Html Css Color HEX #B1330D Rust

📋 copy color: '#B1330D'

red 177 ◦ green 51 ◦ blue 13

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

Shades of Rust #B1330D

Tints of Rust #B1330D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.16%

 BLUE value IS 13 (5.47% from 255) = 5.39%

R = 73.44%
G = 21.16%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B1330D (or 0xB1330D) is known color: Rust. HEX triplet: B1, 33 and 0D. RGB value is (177,51,13). Sum of RGB (Red+Green+Blue) = 177+51+13=241 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.44% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 177 - color contains mainly: red. Hex color #B1330D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1330D is #4ECCF2. Grayscale: #545454. Windows color (decimal): -5164275 or 865201. OLE color: 865201.

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

Color convert

RGB 177 51 13 -
CMYK 0 0.71 0.93 0.31
HSL 13.9º 0.86% 0.37% -
HSV(B) 13.9º 0.93% 0.69% -
XYZ 19.39 11.74 1.63 -
YUV 84.34 87.74 194.09 -
System Red Green Blue C M Y K H S L
Decimal 177 51 13 0 0.71 0.93 0.31 13.9 0.86 0.37
Hex B1 33 D 0 47 5D 1F E 56 25
Octal 261 63 15 0 107 135 37 16 126 45
Binary 10110001 110011 1101 0 1000111 1011101 11111 1110 1010110 100101

Color Harmonies of #B1330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1330D

Black with #B1330D

Text Example


Text Example

White with #B1330D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1330D; }

 p { color: rgb(177,51,13); }

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

background-color css

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

 a { background-color: rgb(177,51,13); }

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

border-color css

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

 span { border-color: rgb(177,51,13); }

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