Html Css Color HEX #B23316 Rust

📋 copy color: '#B23316'

red 178 ◦ green 51 ◦ blue 22

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

Shades of Rust #B23316

Tints of Rust #B23316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.32%

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

R = 70.92%
G = 20.32%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B23316 (or 0xB23316) is known color: Rust. HEX triplet: B2, 33 and 16. RGB value is (178,51,22). Sum of RGB (Red+Green+Blue) = 178+51+22=251 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.92% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 178 - color contains mainly: red. Hex color #B23316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23316 is #4DCCE9. Grayscale: #555555. Windows color (decimal): -5098730 or 1455026. OLE color: 1455026.

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

Color convert

RGB 178 51 22 -
CMYK 0 0.71 0.88 0.30
HSL 11.15º 0.78% 0.39% -
HSV(B) 11.15º 0.88% 0.7% -
XYZ 19.69 11.89 2.02 -
YUV 85.67 92.08 193.86 -
System Red Green Blue C M Y K H S L
Decimal 178 51 22 0 0.71 0.88 0.30 11.15 0.78 0.39
Hex B2 33 16 0 47 58 1E B 4E 27
Octal 262 63 26 0 107 130 36 13 116 47
Binary 10110010 110011 10110 0 1000111 1011000 11110 1011 1001110 100111

Color Harmonies of #B23316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23316

Black with #B23316

Text Example


Text Example

White with #B23316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23316; }

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

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

background-color css

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

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

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

border-color css

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

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

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