Html Css Color HEX #B23711 Rust

📋 copy color: '#B23711'

red 178 ◦ green 55 ◦ blue 17

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

Shades of Rust #B23711

Tints of Rust #B23711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.8%

R = 71.2%
G = 22%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B23711 (or 0xB23711) is known color: Rust. HEX triplet: B2, 37 and 11. RGB value is (178,55,17). Sum of RGB (Red+Green+Blue) = 178+55+17=250 (33% of max value = 765). Red value is 178 (69.92% from 255 or 71.2% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 178 - color contains mainly: red. Hex color #B23711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23711 is #4DC8EE. Grayscale: #575757. Windows color (decimal): -5097711 or 1128370. OLE color: 1128370.

HSL color Cylindrical-coordinate representation of color #B23711: hue angle of 14.16º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B23711 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 55 17 -
CMYK 0 0.69 0.90 0.30
HSL 14.16º 0.83% 0.38% -
HSV(B) 14.16º 0.9% 0.7% -
XYZ 19.83 12.24 1.85 -
YUV 87.45 88.25 192.59 -
System Red Green Blue C M Y K H S L
Decimal 178 55 17 0 0.69 0.90 0.30 14.16 0.83 0.38
Hex B2 37 11 0 45 5A 1E E 53 26
Octal 262 67 21 0 105 132 36 16 123 46
Binary 10110010 110111 10001 0 1000101 1011010 11110 1110 1010011 100110

Color Harmonies of #B23711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23711

Black with #B23711

Text Example


Text Example

White with #B23711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23711; }

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

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

background-color css

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

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

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

border-color css

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

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

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