Html Css Color HEX #B23B11 Rust

📋 copy color: '#B23B11'

red 178 ◦ green 59 ◦ blue 17

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

Shades of Rust #B23B11

Tints of Rust #B23B11

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.23%

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

R = 70.08%
G = 23.23%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B23B11 (or 0xB23B11) is known color: Rust. HEX triplet: B2, 3B and 11. RGB value is (178,59,17). Sum of RGB (Red+Green+Blue) = 178+59+17=254 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.08% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23B11 is #4DC4EE. Grayscale: #5A5A5A. Windows color (decimal): -5096687 or 1129394. OLE color: 1129394.

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

Color convert

RGB 178 59 17 -
CMYK 0 0.67 0.90 0.30
HSL 15.65º 0.83% 0.38% -
HSV(B) 15.65º 0.9% 0.7% -
XYZ 20.03 12.63 1.91 -
YUV 89.79 86.92 190.92 -
System Red Green Blue C M Y K H S L
Decimal 178 59 17 0 0.67 0.90 0.30 15.65 0.83 0.38
Hex B2 3B 11 0 43 5A 1E 10 53 26
Octal 262 73 21 0 103 132 36 20 123 46
Binary 10110010 111011 10001 0 1000011 1011010 11110 10000 1010011 100110

Color Harmonies of #B23B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23B11

Black with #B23B11

Text Example


Text Example

White with #B23B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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