Html Css Color HEX #B23113 Rust

📋 copy color: '#B23113'

red 178 ◦ green 49 ◦ blue 19

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

Shades of Rust #B23113

Tints of Rust #B23113

RGB

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

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

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

R = 72.36%
G = 19.92%
B = 7.72%

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

#B23113 (or 0xB23113) is known color: Rust. HEX triplet: B2, 31 and 13. RGB value is (178,49,19). Sum of RGB (Red+Green+Blue) = 178+49+19=246 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.36% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 178 - color contains mainly: red. Hex color #B23113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23113 is #4DCEEC. Grayscale: #545454. Windows color (decimal): -5099245 or 1257906. OLE color: 1257906.

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

Color convert

RGB 178 49 19 -
CMYK 0 0.72 0.89 0.30
HSL 11.32º 0.81% 0.39% -
HSV(B) 11.32º 0.89% 0.7% -
XYZ 19.58 11.71 1.84 -
YUV 84.15 91.24 194.94 -
System Red Green Blue C M Y K H S L
Decimal 178 49 19 0 0.72 0.89 0.30 11.32 0.81 0.39
Hex B2 31 13 0 48 59 1E B 51 27
Octal 262 61 23 0 110 131 36 13 121 47
Binary 10110010 110001 10011 0 1001000 1011001 11110 1011 1010001 100111

Color Harmonies of #B23113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23113

Black with #B23113

Text Example


Text Example

White with #B23113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23113; }

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

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

background-color css

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

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

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

border-color css

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

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

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