Html Css Color HEX #B23F11 Rust

📋 copy color: '#B23F11'

red 178 ◦ green 63 ◦ blue 17

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

Shades of Rust #B23F11

Tints of Rust #B23F11

RGB

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

 GREEN value IS 63 (25% from 255) = 24.42%

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

R = 68.99%
G = 24.42%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B23F11 (or 0xB23F11) is known color: Rust. HEX triplet: B2, 3F and 11. RGB value is (178,63,17). Sum of RGB (Red+Green+Blue) = 178+63+17=258 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.99% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23F11 is #4DC0EE. Grayscale: #5C5C5C. Windows color (decimal): -5095663 or 1130418. OLE color: 1130418.

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

Color convert

RGB 178 63 17 -
CMYK 0 0.65 0.90 0.30
HSL 17.14º 0.83% 0.38% -
HSV(B) 17.14º 0.9% 0.7% -
XYZ 20.24 13.06 1.98 -
YUV 92.14 85.6 189.24 -
System Red Green Blue C M Y K H S L
Decimal 178 63 17 0 0.65 0.90 0.30 17.14 0.83 0.38
Hex B2 3F 11 0 41 5A 1E 11 53 26
Octal 262 77 21 0 101 132 36 21 123 46
Binary 10110010 111111 10001 0 1000001 1011010 11110 10001 1010011 100110

Color Harmonies of #B23F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23F11

Black with #B23F11

Text Example


Text Example

White with #B23F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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