Html Css Color HEX #B23117 Rust

📋 copy color: '#B23117'

red 178 ◦ green 49 ◦ blue 23

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

Shades of Rust #B23117

Tints of Rust #B23117

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.6%

 BLUE value IS 23 (9.38% from 255) = 9.2%

R = 71.2%
G = 19.6%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B23117 (or 0xB23117) is known color: Rust. HEX triplet: B2, 31 and 17. RGB value is (178,49,23). Sum of RGB (Red+Green+Blue) = 178+49+23=250 (33% of max value = 765). Red value is 178 (69.92% from 255 or 71.2% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 178 - color contains mainly: red. Hex color #B23117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23117 is #4DCEE8. Grayscale: #545454. Windows color (decimal): -5099241 or 1520050. OLE color: 1520050.

HSL color Cylindrical-coordinate representation of color #B23117: hue angle of 10.06º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B23117 is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 49 23 -
CMYK 0 0.72 0.87 0.30
HSL 10.06º 0.77% 0.39% -
HSV(B) 10.06º 0.87% 0.7% -
XYZ 19.61 11.72 2.04 -
YUV 84.61 93.24 194.61 -
System Red Green Blue C M Y K H S L
Decimal 178 49 23 0 0.72 0.87 0.30 10.06 0.77 0.39
Hex B2 31 17 0 48 57 1E A 4D 27
Octal 262 61 27 0 110 127 36 12 115 47
Binary 10110010 110001 10111 0 1001000 1010111 11110 1010 1001101 100111

Color Harmonies of #B23117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23117

Black with #B23117

Text Example


Text Example

White with #B23117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23117; }

 p { color: rgb(178,49,23); }

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

background-color css

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

 a { background-color: rgb(178,49,23); }

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

border-color css

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

 span { border-color: rgb(178,49,23); }

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