Html Css Color HEX #B23213 Rust

📋 copy color: '#B23213'

red 178 ◦ green 50 ◦ blue 19

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

Shades of Rust #B23213

Tints of Rust #B23213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.69%

R = 72.06%
G = 20.24%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B23213 (or 0xB23213) is known color: Rust. HEX triplet: B2, 32 and 13. RGB value is (178,50,19). Sum of RGB (Red+Green+Blue) = 178+50+19=247 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.06% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 178 - color contains mainly: red. Hex color #B23213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23213 is #4DCDEC. Grayscale: #545454. Windows color (decimal): -5098989 or 1258162. OLE color: 1258162.

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

Color convert

RGB 178 50 19 -
CMYK 0 0.72 0.89 0.30
HSL 11.7º 0.81% 0.39% -
HSV(B) 11.7º 0.89% 0.7% -
XYZ 19.62 11.79 1.86 -
YUV 84.74 90.91 194.52 -
System Red Green Blue C M Y K H S L
Decimal 178 50 19 0 0.72 0.89 0.30 11.7 0.81 0.39
Hex B2 32 13 0 48 59 1E C 51 27
Octal 262 62 23 0 110 131 36 14 121 47
Binary 10110010 110010 10011 0 1001000 1011001 11110 1100 1010001 100111

Color Harmonies of #B23213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23213

Black with #B23213

Text Example


Text Example

White with #B23213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23213; }

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

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

background-color css

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

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

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

border-color css

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

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

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