Html Css Color HEX #B23317 Rust

📋 copy color: '#B23317'

red 178 ◦ green 51 ◦ blue 23

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

Shades of Rust #B23317

Tints of Rust #B23317

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.24%

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

R = 70.63%
G = 20.24%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B23317 (or 0xB23317) is known color: Rust. HEX triplet: B2, 33 and 17. RGB value is (178,51,23). Sum of RGB (Red+Green+Blue) = 178+51+23=252 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.63% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 178 - color contains mainly: red. Hex color #B23317 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23317 is #4DCCE8. Grayscale: #565656. Windows color (decimal): -5098729 or 1520562. OLE color: 1520562.

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

Color convert

RGB 178 51 23 -
CMYK 0 0.71 0.87 0.30
HSL 10.84º 0.77% 0.39% -
HSV(B) 10.84º 0.87% 0.7% -
XYZ 19.7 11.89 2.07 -
YUV 85.78 92.58 193.78 -
System Red Green Blue C M Y K H S L
Decimal 178 51 23 0 0.71 0.87 0.30 10.84 0.77 0.39
Hex B2 33 17 0 47 57 1E B 4D 27
Octal 262 63 27 0 107 127 36 13 115 47
Binary 10110010 110011 10111 0 1000111 1010111 11110 1011 1001101 100111

Color Harmonies of #B23317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23317

Black with #B23317

Text Example


Text Example

White with #B23317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23317; }

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

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

background-color css

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

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

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

border-color css

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

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

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