Html Css Color HEX #B23916 Rust

📋 copy color: '#B23916'

red 178 ◦ green 57 ◦ blue 22

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

Shades of Rust #B23916

Tints of Rust #B23916

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.18%

 BLUE value IS 22 (8.98% from 255) = 8.56%

R = 69.26%
G = 22.18%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B23916 (or 0xB23916) is known color: Rust. HEX triplet: B2, 39 and 16. RGB value is (178,57,22). Sum of RGB (Red+Green+Blue) = 178+57+22=257 (34% of max value = 765). Red value is 178 (69.92% from 255 or 69.26% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 178 - color contains mainly: red. Hex color #B23916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23916 is #4DC6E9. Grayscale: #595959. Windows color (decimal): -5097194 or 1456562. OLE color: 1456562.

HSL color Cylindrical-coordinate representation of color #B23916: hue angle of 13.46º degrees, saturation: 0.78, 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 #B23916 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 57 22 -
CMYK 0 0.68 0.88 0.30
HSL 13.46º 0.78% 0.39% -
HSV(B) 13.46º 0.88% 0.7% -
XYZ 19.97 12.45 2.11 -
YUV 89.19 90.09 191.35 -
System Red Green Blue C M Y K H S L
Decimal 178 57 22 0 0.68 0.88 0.30 13.46 0.78 0.39
Hex B2 39 16 0 44 58 1E D 4E 27
Octal 262 71 26 0 104 130 36 15 116 47
Binary 10110010 111001 10110 0 1000100 1011000 11110 1101 1001110 100111

Color Harmonies of #B23916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23916

Black with #B23916

Text Example


Text Example

White with #B23916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23916; }

 p { color: rgb(178,57,22); }

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

background-color css

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

 a { background-color: rgb(178,57,22); }

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

border-color css

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

 span { border-color: rgb(178,57,22); }

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