Html Css Color HEX #B2390C Rust

📋 copy color: '#B2390C'

red 178 ◦ green 57 ◦ blue 12

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

Shades of Rust #B2390C

Tints of Rust #B2390C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.08%

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

R = 72.06%
G = 23.08%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B2390C (or 0xB2390C) is known color: Rust. HEX triplet: B2, 39 and 0C. RGB value is (178,57,12). Sum of RGB (Red+Green+Blue) = 178+57+12=247 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.06% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 178 - color contains mainly: red. Hex color #B2390C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2390C is #4DC6F3. Grayscale: #585858. Windows color (decimal): -5097204 or 801202. OLE color: 801202.

HSL color Cylindrical-coordinate representation of color #B2390C: hue angle of 16.27º 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 #B2390C is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 57 12 -
CMYK 0 0.68 0.93 0.30
HSL 16.27º 0.87% 0.37% -
HSV(B) 16.27º 0.93% 0.7% -
XYZ 19.89 12.42 1.7 -
YUV 88.05 85.09 192.16 -
System Red Green Blue C M Y K H S L
Decimal 178 57 12 0 0.68 0.93 0.30 16.27 0.87 0.37
Hex B2 39 C 0 44 5D 1E 10 57 25
Octal 262 71 14 0 104 135 36 20 127 45
Binary 10110010 111001 1100 0 1000100 1011101 11110 10000 1010111 100101

Color Harmonies of #B2390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2390C

Black with #B2390C

Text Example


Text Example

White with #B2390C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2390C; }

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

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

background-color css

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

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

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

border-color css

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

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

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