Html Css Color HEX #B23B16 Rust

📋 copy color: '#B23B16'

red 178 ◦ green 59 ◦ blue 22

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

Shades of Rust #B23B16

Tints of Rust #B23B16

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.78%

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

R = 68.73%
G = 22.78%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B23B16 (or 0xB23B16) is known color: Rust. HEX triplet: B2, 3B and 16. RGB value is (178,59,22). Sum of RGB (Red+Green+Blue) = 178+59+22=259 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.73% from 259); Green value is 59 (23.44% from 255 or 22.78% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23B16 is #4DC4E9. Grayscale: #5A5A5A. Windows color (decimal): -5096682 or 1457074. OLE color: 1457074.

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

Color convert

RGB 178 59 22 -
CMYK 0 0.67 0.88 0.30
HSL 14.23º 0.78% 0.39% -
HSV(B) 14.23º 0.88% 0.7% -
XYZ 20.07 12.65 2.14 -
YUV 90.36 89.42 190.51 -
System Red Green Blue C M Y K H S L
Decimal 178 59 22 0 0.67 0.88 0.30 14.23 0.78 0.39
Hex B2 3B 16 0 43 58 1E E 4E 27
Octal 262 73 26 0 103 130 36 16 116 47
Binary 10110010 111011 10110 0 1000011 1011000 11110 1110 1001110 100111

Color Harmonies of #B23B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23B16

Black with #B23B16

Text Example


Text Example

White with #B23B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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