Html Css Color HEX #B23516 Rust

📋 copy color: '#B23516'

red 178 ◦ green 53 ◦ blue 22

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

Shades of Rust #B23516

Tints of Rust #B23516

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.95%

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

R = 70.36%
G = 20.95%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B23516 (or 0xB23516) is known color: Rust. HEX triplet: B2, 35 and 16. RGB value is (178,53,22). Sum of RGB (Red+Green+Blue) = 178+53+22=253 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.36% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 178 - color contains mainly: red. Hex color #B23516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23516 is #4DCAE9. Grayscale: #575757. Windows color (decimal): -5098218 or 1455538. OLE color: 1455538.

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

Color convert

RGB 178 53 22 -
CMYK 0 0.70 0.88 0.30
HSL 11.92º 0.78% 0.39% -
HSV(B) 11.92º 0.88% 0.7% -
XYZ 19.78 12.07 2.05 -
YUV 86.84 91.41 193.02 -
System Red Green Blue C M Y K H S L
Decimal 178 53 22 0 0.70 0.88 0.30 11.92 0.78 0.39
Hex B2 35 16 0 46 58 1E C 4E 27
Octal 262 65 26 0 106 130 36 14 116 47
Binary 10110010 110101 10110 0 1000110 1011000 11110 1100 1001110 100111

Color Harmonies of #B23516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23516

Black with #B23516

Text Example


Text Example

White with #B23516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23516; }

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

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

background-color css

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

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

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

border-color css

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

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

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