Html Css Color HEX #B1330C Rust

📋 copy color: '#B1330C'

red 177 ◦ green 51 ◦ blue 12

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

Shades of Rust #B1330C

Tints of Rust #B1330C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5%

R = 73.75%
G = 21.25%
B = 5%

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

#B1330C (or 0xB1330C) is known color: Rust. HEX triplet: B1, 33 and 0C. RGB value is (177,51,12). Sum of RGB (Red+Green+Blue) = 177+51+12=240 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.75% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 177 - color contains mainly: red. Hex color #B1330C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1330C is #4ECCF3. Grayscale: #545454. Windows color (decimal): -5164276 or 799665. OLE color: 799665.

HSL color Cylindrical-coordinate representation of color #B1330C: hue angle of 14.18º degrees, saturation: 0.87, 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 #B1330C is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 51 12 -
CMYK 0 0.71 0.93 0.31
HSL 14.18º 0.87% 0.37% -
HSV(B) 14.18º 0.93% 0.69% -
XYZ 19.38 11.74 1.59 -
YUV 84.23 87.24 194.17 -
System Red Green Blue C M Y K H S L
Decimal 177 51 12 0 0.71 0.93 0.31 14.18 0.87 0.37
Hex B1 33 C 0 47 5D 1F E 57 25
Octal 261 63 14 0 107 135 37 16 127 45
Binary 10110001 110011 1100 0 1000111 1011101 11111 1110 1010111 100101

Color Harmonies of #B1330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1330C

Black with #B1330C

Text Example


Text Example

White with #B1330C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1330C; }

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

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

background-color css

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

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

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

border-color css

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

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

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