Html Css Color HEX #B23F16 Rust

📋 copy color: '#B23F16'

red 178 ◦ green 63 ◦ blue 22

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

Shades of Rust #B23F16

Tints of Rust #B23F16

RGB

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

 GREEN value IS 63 (25% from 255) = 23.95%

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

R = 67.68%
G = 23.95%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B23F16 (or 0xB23F16) is known color: Rust. HEX triplet: B2, 3F and 16. RGB value is (178,63,22). Sum of RGB (Red+Green+Blue) = 178+63+22=263 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.68% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23F16 is #4DC0E9. Grayscale: #5C5C5C. Windows color (decimal): -5095658 or 1458098. OLE color: 1458098.

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

Color convert

RGB 178 63 22 -
CMYK 0 0.65 0.88 0.30
HSL 15.77º 0.78% 0.39% -
HSV(B) 15.77º 0.88% 0.7% -
XYZ 20.28 13.08 2.21 -
YUV 92.71 88.1 188.83 -
System Red Green Blue C M Y K H S L
Decimal 178 63 22 0 0.65 0.88 0.30 15.77 0.78 0.39
Hex B2 3F 16 0 41 58 1E 10 4E 27
Octal 262 77 26 0 101 130 36 20 116 47
Binary 10110010 111111 10110 0 1000001 1011000 11110 10000 1001110 100111

Color Harmonies of #B23F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23F16

Black with #B23F16

Text Example


Text Example

White with #B23F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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