Html Css Color HEX #B23112 Rust

📋 copy color: '#B23112'

red 178 ◦ green 49 ◦ blue 18

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

Shades of Rust #B23112

Tints of Rust #B23112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.35%

R = 72.65%
G = 20%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B23112 (or 0xB23112) is known color: Rust. HEX triplet: B2, 31 and 12. RGB value is (178,49,18). Sum of RGB (Red+Green+Blue) = 178+49+18=245 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.65% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 178 - color contains mainly: red. Hex color #B23112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23112 is #4DCEED. Grayscale: #545454. Windows color (decimal): -5099246 or 1192370. OLE color: 1192370.

HSL color Cylindrical-coordinate representation of color #B23112: hue angle of 11.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B23112 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 49 18 -
CMYK 0 0.72 0.90 0.30
HSL 11.63º 0.82% 0.38% -
HSV(B) 11.63º 0.9% 0.7% -
XYZ 19.57 11.71 1.8 -
YUV 84.04 90.74 195.02 -
System Red Green Blue C M Y K H S L
Decimal 178 49 18 0 0.72 0.90 0.30 11.63 0.82 0.38
Hex B2 31 12 0 48 5A 1E C 52 26
Octal 262 61 22 0 110 132 36 14 122 46
Binary 10110010 110001 10010 0 1001000 1011010 11110 1100 1010010 100110

Color Harmonies of #B23112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23112

Black with #B23112

Text Example


Text Example

White with #B23112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23112; }

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

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

background-color css

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

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

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

border-color css

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

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

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