Html Css Color HEX #B23911 Rust

📋 copy color: '#B23911'

red 178 ◦ green 57 ◦ blue 17

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

Shades of Rust #B23911

Tints of Rust #B23911

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.62%

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

R = 70.63%
G = 22.62%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B23911 (or 0xB23911) is known color: Rust. HEX triplet: B2, 39 and 11. RGB value is (178,57,17). Sum of RGB (Red+Green+Blue) = 178+57+17=252 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.63% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 178 - color contains mainly: red. Hex color #B23911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23911 is #4DC6EE. Grayscale: #585858. Windows color (decimal): -5097199 or 1128882. OLE color: 1128882.

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

Color convert

RGB 178 57 17 -
CMYK 0 0.68 0.90 0.30
HSL 14.91º 0.83% 0.38% -
HSV(B) 14.91º 0.9% 0.7% -
XYZ 19.92 12.43 1.88 -
YUV 88.62 87.59 191.75 -
System Red Green Blue C M Y K H S L
Decimal 178 57 17 0 0.68 0.90 0.30 14.91 0.83 0.38
Hex B2 39 11 0 44 5A 1E F 53 26
Octal 262 71 21 0 104 132 36 17 123 46
Binary 10110010 111001 10001 0 1000100 1011010 11110 1111 1010011 100110

Color Harmonies of #B23911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23911

Black with #B23911

Text Example


Text Example

White with #B23911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23911; }

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

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

background-color css

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

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

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

border-color css

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

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

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