Html Css Color HEX #B23C17 Rust

📋 copy color: '#B23C17'

red 178 ◦ green 60 ◦ blue 23

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

Shades of Rust #B23C17

Tints of Rust #B23C17

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.99%

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

R = 68.2%
G = 22.99%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B23C17 (or 0xB23C17) is known color: Rust. HEX triplet: B2, 3C and 17. RGB value is (178,60,23). Sum of RGB (Red+Green+Blue) = 178+60+23=261 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.20% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23C17 is #4DC3E8. Grayscale: #5B5B5B. Windows color (decimal): -5096425 or 1522866. OLE color: 1522866.

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

Color convert

RGB 178 60 23 -
CMYK 0 0.66 0.87 0.30
HSL 14.32º 0.77% 0.39% -
HSV(B) 14.32º 0.87% 0.7% -
XYZ 20.13 12.76 2.21 -
YUV 91.06 89.59 190.01 -
System Red Green Blue C M Y K H S L
Decimal 178 60 23 0 0.66 0.87 0.30 14.32 0.77 0.39
Hex B2 3C 17 0 42 57 1E E 4D 27
Octal 262 74 27 0 102 127 36 16 115 47
Binary 10110010 111100 10111 0 1000010 1010111 11110 1110 1001101 100111

Color Harmonies of #B23C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23C17

Black with #B23C17

Text Example


Text Example

White with #B23C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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