Html Css Color HEX #B23713 Rust

📋 copy color: '#B23713'

red 178 ◦ green 55 ◦ blue 19

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

Shades of Rust #B23713

Tints of Rust #B23713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.83%

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

R = 70.63%
G = 21.83%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B23713 (or 0xB23713) is known color: Rust. HEX triplet: B2, 37 and 13. RGB value is (178,55,19). Sum of RGB (Red+Green+Blue) = 178+55+19=252 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.63% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 178 - color contains mainly: red. Hex color #B23713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23713 is #4DC8EC. Grayscale: #575757. Windows color (decimal): -5097709 or 1259442. OLE color: 1259442.

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

Color convert

RGB 178 55 19 -
CMYK 0 0.69 0.89 0.30
HSL 13.58º 0.81% 0.39% -
HSV(B) 13.58º 0.89% 0.7% -
XYZ 19.84 12.24 1.93 -
YUV 87.67 89.25 192.43 -
System Red Green Blue C M Y K H S L
Decimal 178 55 19 0 0.69 0.89 0.30 13.58 0.81 0.39
Hex B2 37 13 0 45 59 1E E 51 27
Octal 262 67 23 0 105 131 36 16 121 47
Binary 10110010 110111 10011 0 1000101 1011001 11110 1110 1010001 100111

Color Harmonies of #B23713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23713

Black with #B23713

Text Example


Text Example

White with #B23713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23713; }

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

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

background-color css

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

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

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

border-color css

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

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

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