Html Css Color HEX #B23115 Rust

📋 copy color: '#B23115'

red 178 ◦ green 49 ◦ blue 21

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

Shades of Rust #B23115

Tints of Rust #B23115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.47%

R = 71.77%
G = 19.76%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B23115 (or 0xB23115) is known color: Rust. HEX triplet: B2, 31 and 15. RGB value is (178,49,21). Sum of RGB (Red+Green+Blue) = 178+49+21=248 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.77% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 178 - color contains mainly: red. Hex color #B23115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23115 is #4DCEEA. Grayscale: #545454. Windows color (decimal): -5099243 or 1388978. OLE color: 1388978.

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

Color convert

RGB 178 49 21 -
CMYK 0 0.72 0.88 0.30
HSL 10.7º 0.79% 0.39% -
HSV(B) 10.7º 0.88% 0.7% -
XYZ 19.59 11.72 1.94 -
YUV 84.38 92.24 194.78 -
System Red Green Blue C M Y K H S L
Decimal 178 49 21 0 0.72 0.88 0.30 10.7 0.79 0.39
Hex B2 31 15 0 48 58 1E B 4F 27
Octal 262 61 25 0 110 130 36 13 117 47
Binary 10110010 110001 10101 0 1001000 1011000 11110 1011 1001111 100111

Color Harmonies of #B23115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23115

Black with #B23115

Text Example


Text Example

White with #B23115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23115; }

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

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

background-color css

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

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

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

border-color css

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

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

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