Html Css Color HEX #B23E13 Rust

📋 copy color: '#B23E13'

red 178 ◦ green 62 ◦ blue 19

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

Shades of Rust #B23E13

Tints of Rust #B23E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.34%

R = 68.73%
G = 23.94%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B23E13 (or 0xB23E13) is known color: Rust. HEX triplet: B2, 3E and 13. RGB value is (178,62,19). Sum of RGB (Red+Green+Blue) = 178+62+19=259 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.73% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 178 - color contains mainly: red. Hex color #B23E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23E13 is #4DC1EC. Grayscale: #5C5C5C. Windows color (decimal): -5095917 or 1261234. OLE color: 1261234.

HSL color Cylindrical-coordinate representation of color #B23E13: hue angle of 16.23º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B23E13 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 62 19 -
CMYK 0 0.65 0.89 0.30
HSL 16.23º 0.81% 0.39% -
HSV(B) 16.23º 0.89% 0.7% -
XYZ 20.2 12.96 2.05 -
YUV 91.78 86.93 189.5 -
System Red Green Blue C M Y K H S L
Decimal 178 62 19 0 0.65 0.89 0.30 16.23 0.81 0.39
Hex B2 3E 13 0 41 59 1E 10 51 27
Octal 262 76 23 0 101 131 36 20 121 47
Binary 10110010 111110 10011 0 1000001 1011001 11110 10000 1010001 100111

Color Harmonies of #B23E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23E13

Black with #B23E13

Text Example


Text Example

White with #B23E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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