Html Css Color HEX #B23716 Rust

📋 copy color: '#B23716'

red 178 ◦ green 55 ◦ blue 22

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

Shades of Rust #B23716

Tints of Rust #B23716

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.57%

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

R = 69.8%
G = 21.57%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B23716 (or 0xB23716) is known color: Rust. HEX triplet: B2, 37 and 16. RGB value is (178,55,22). Sum of RGB (Red+Green+Blue) = 178+55+22=255 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.80% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 178 - color contains mainly: red. Hex color #B23716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23716 is #4DC8E9. Grayscale: #585858. Windows color (decimal): -5097706 or 1456050. OLE color: 1456050.

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

Color convert

RGB 178 55 22 -
CMYK 0 0.69 0.88 0.30
HSL 12.69º 0.78% 0.39% -
HSV(B) 12.69º 0.88% 0.7% -
XYZ 19.87 12.26 2.08 -
YUV 88.02 90.75 192.18 -
System Red Green Blue C M Y K H S L
Decimal 178 55 22 0 0.69 0.88 0.30 12.69 0.78 0.39
Hex B2 37 16 0 45 58 1E D 4E 27
Octal 262 67 26 0 105 130 36 15 116 47
Binary 10110010 110111 10110 0 1000101 1011000 11110 1101 1001110 100111

Color Harmonies of #B23716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23716

Black with #B23716

Text Example


Text Example

White with #B23716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23716; }

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

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

background-color css

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

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

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

border-color css

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

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

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