Html Css Color HEX #B23E16 Rust

📋 copy color: '#B23E16'

red 178 ◦ green 62 ◦ blue 22

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

Shades of Rust #B23E16

Tints of Rust #B23E16

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.66%

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

R = 67.94%
G = 23.66%
B = 8.4%

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

#B23E16 (or 0xB23E16) is known color: Rust. HEX triplet: B2, 3E and 16. RGB value is (178,62,22). Sum of RGB (Red+Green+Blue) = 178+62+22=262 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.94% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 178 - color contains mainly: red. Hex color #B23E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23E16 is #4DC1E9. Grayscale: #5C5C5C. Windows color (decimal): -5095914 or 1457842. OLE color: 1457842.

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

Color convert

RGB 178 62 22 -
CMYK 0 0.65 0.88 0.30
HSL 15.38º 0.78% 0.39% -
HSV(B) 15.38º 0.88% 0.7% -
XYZ 20.23 12.97 2.2 -
YUV 92.12 88.43 189.25 -
System Red Green Blue C M Y K H S L
Decimal 178 62 22 0 0.65 0.88 0.30 15.38 0.78 0.39
Hex B2 3E 16 0 41 58 1E F 4E 27
Octal 262 76 26 0 101 130 36 17 116 47
Binary 10110010 111110 10110 0 1000001 1011000 11110 1111 1001110 100111

Color Harmonies of #B23E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23E16

Black with #B23E16

Text Example


Text Example

White with #B23E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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