Html Css Color HEX #B23211 Rust

📋 copy color: '#B23211'

red 178 ◦ green 50 ◦ blue 17

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

Shades of Rust #B23211

Tints of Rust #B23211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.41%

 BLUE value IS 17 (7.03% from 255) = 6.94%

R = 72.65%
G = 20.41%
B = 6.94%

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

#B23211 (or 0xB23211) is known color: Rust. HEX triplet: B2, 32 and 11. RGB value is (178,50,17). Sum of RGB (Red+Green+Blue) = 178+50+17=245 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.65% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 178 - color contains mainly: red. Hex color #B23211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23211 is #4DCDEE. Grayscale: #545454. Windows color (decimal): -5098991 or 1127090. OLE color: 1127090.

HSL color Cylindrical-coordinate representation of color #B23211: hue angle of 12.3º degrees, saturation: 0.83, 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 #B23211 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 50 17 -
CMYK 0 0.72 0.90 0.30
HSL 12.3º 0.83% 0.38% -
HSV(B) 12.3º 0.9% 0.7% -
XYZ 19.6 11.79 1.77 -
YUV 84.51 89.91 194.68 -
System Red Green Blue C M Y K H S L
Decimal 178 50 17 0 0.72 0.90 0.30 12.3 0.83 0.38
Hex B2 32 11 0 48 5A 1E C 53 26
Octal 262 62 21 0 110 132 36 14 123 46
Binary 10110010 110010 10001 0 1001000 1011010 11110 1100 1010011 100110

Color Harmonies of #B23211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23211

Black with #B23211

Text Example


Text Example

White with #B23211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23211; }

 p { color: rgb(178,50,17); }

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

background-color css

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

 a { background-color: rgb(178,50,17); }

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

border-color css

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

 span { border-color: rgb(178,50,17); }

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