Html Css Color HEX #B2310C Rust

📋 copy color: '#B2310C'

red 178 ◦ green 49 ◦ blue 12

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

Shades of Rust #B2310C

Tints of Rust #B2310C

RGB

 RED value IS 178 (69.92% from 255) = 74.48%

 GREEN value IS 49 (19.53% from 255) = 20.5%

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

R = 74.48%
G = 20.5%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B2310C (or 0xB2310C) is known color: Rust. HEX triplet: B2, 31 and 0C. RGB value is (178,49,12). Sum of RGB (Red+Green+Blue) = 178+49+12=239 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.48% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 178 - color contains mainly: red. Hex color #B2310C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2310C is #4DCEF3. Grayscale: #535353. Windows color (decimal): -5099252 or 799154. OLE color: 799154.

HSL color Cylindrical-coordinate representation of color #B2310C: hue angle of 13.37º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2310C is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 49 12 -
CMYK 0 0.72 0.93 0.30
HSL 13.37º 0.87% 0.37% -
HSV(B) 13.37º 0.93% 0.7% -
XYZ 19.52 11.69 1.57 -
YUV 83.35 87.74 195.51 -
System Red Green Blue C M Y K H S L
Decimal 178 49 12 0 0.72 0.93 0.30 13.37 0.87 0.37
Hex B2 31 C 0 48 5D 1E D 57 25
Octal 262 61 14 0 110 135 36 15 127 45
Binary 10110010 110001 1100 0 1001000 1011101 11110 1101 1010111 100101

Color Harmonies of #B2310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2310C

Black with #B2310C

Text Example


Text Example

White with #B2310C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2310C; }

 p { color: rgb(178,49,12); }

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

background-color css

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

 a { background-color: rgb(178,49,12); }

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

border-color css

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

 span { border-color: rgb(178,49,12); }

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